-
ARM详细资料
ARM详细资料-ARM detailed information
- 2022-01-26 03:44:49下载
- 积分:1
-
S3C44B0定时器中断的例子,已经调试通过,供ARM7初学者参考.
S3C44B0定时器中断的例子,已经调试通过,供ARM7初学者参考.-S3C44B0 timer interrupt example, has adopted debugging for ARM7 reference for beginners.
- 2022-07-10 03:59:53下载
- 积分:1
-
FreeScale i.MX27 User Manual
FreeScale i.MX27 User Manual
- 2023-04-24 19:25:05下载
- 积分:1
-
SDT环境下,基于S3C4510的flash使用,可用
SDT环境下,基于S3C4510的flash使用,可用-SDT environment, S3C4510 based on the use of the flash can be used
- 2022-06-27 15:53:16下载
- 积分:1
-
STC12C5410AD单片机
STC12C5410AD-是一款功能非常强大的且-兼容C51的单片机。本程序代码采用STC12C5410AD单片机驱动ICL7135双积分的高性能AD芯片。程序经几天调试通过。完全可用。-STC12C5410AD-is a very powerful and- C51-compatible microcontroller. The program code used STC12C5410AD single-chip dual-drive ICL7135 chip integration of high-performance AD. After a few days through the debugging process. Fully available.
- 2023-07-17 13:55:02下载
- 积分:1
-
iar环境下uc os 在stm32的移植
iar环境下uc os 在stm32的移植- uc os
- 2022-02-07 13:57:02下载
- 积分:1
-
UART instance, have been tested and fully approved, fully tested through the
UART实例,已经过测试和完全认可,完全通过测试
- 2023-07-31 02:50:02下载
- 积分:1
-
I2c 读写程序他人不需帐号就可自由下载此
I2c 读写程序他人不需帐号就可自由下载此-I2C read and write procedures for others no account can download this free
- 2022-01-24 13:25:50下载
- 积分:1
-
ZLG SmartARM2300 of the factory demo program, including the board of all drivers...
ZLG SmartARM2300的出厂演示程序,包含板子上的所有驱动程序,基于ADS+uCos-ZLG SmartARM2300 of the factory demo program, including the board of all drivers, based on ADS+ UCos
- 2023-03-09 18:55:02下载
- 积分:1
-
基于STM32的LCD5110代码
基于库函数的LCD5110代码,已经封装好的函数,可直接使用,有基本的字库和一些汉字,可以自己添加汉字字库,使用方便。
基本函数有:
//lcd初始化
void LCD_init(void);
void LCD_write_byte(unsigned char dt, unsigned char command);
void LCD_set_XY(unsigned char X, unsigned char Y);
void LCD_clear(void);
//row:列 page:页 dd:字符
void LCD_write_shu(unsigned char row, unsigned char page,unsigned char c);
//row:列 page:页 dd:字符
void LCD_write_hanzi(unsigned char row, unsigned char page,unsigned char c);
void LCD_Derection(unsigned char row,unsigned char page,unsigned char der);
- 2022-01-28 02:51:31下载
- 积分:1