-
uart
uart-test 基于lpc21系列的uart-uart-test-based series of UART lpc21
- 2022-10-06 08:45:03下载
- 积分:1
-
定时器 Tiva 中断
此代码将显示你,如何编写一个简单的项目与中断和定时器。第一,如果你是 Arm4 ti 公司的 new_membie,它将有助于理解用简单的代码。
- 2022-07-18 21:16:18下载
- 积分:1
-
s2410 file driver code,it s importtant
s2410 file driver code,it s importtant
- 2022-01-22 04:57:30下载
- 积分:1
-
周立功的文件系统,在用文件系统的时候非常好用,大家一起研究吧,是个不错的程序...
周立功的文件系统,在用文件系统的时候非常好用,大家一起研究吧,是个不错的程序-Ligong weeks of the file system, file system with a very good time, let us explore together, be a good procedure
- 2022-01-28 03:09:11下载
- 积分:1
-
Telechips的MP3方案UMS实现源代码
TELECHIPS MP3解决方案UMS实现源代码-TELECHIPS MP3 solutions UMS to achieve source code
- 2022-07-03 06:35:32下载
- 积分:1
-
Details of the ARM development driver in the use of ads and JATG use installatio...
详细介绍了arm开发的驱动,在使用ads和jatg要用详细的介绍了安装方法-Details of the ARM development driver in the use of ads and JATG use installation methods described in detail
- 2023-01-07 15:40:03下载
- 积分:1
-
If you are running this example, will the PC emulation window, the first 1,2,3
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并.
(2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.-If you are running this example, will the PC emulation window, the first 1,2,3-line display some information, at random locations show " 1 " ~ " 5" . Keil c51 as the default does not support the re-entry function, which re- into the function of the weight stack instead of using the simulation using the system stack, while the Small RTOS 51 not been re-stack management, and so TaskA ~ TaskE though its similar, but not combined. (2) compile-time there will be five warnings, One of them is because there is no cause to use a system function OSSendSignal, it can be ignored. The other four are prohibited between the variables covered analyze the task to be ignored. thank User
- 2022-06-19 05:01:57下载
- 积分:1
-
Detailed information on ARM architecture, composition theory and programming det...
详细介绍了ARM的体系结构,组成原理及其编程细节,是初学者极好的入门教材!-Detailed information on ARM architecture, composition theory and programming details, it is an excellent introductory textbook for beginners!
- 2023-06-02 20:20:06下载
- 积分:1
-
单片机红外遥控电脑音源切换器,可以轻松实现电脑音源的切换。...
单片机红外遥控电脑音源切换器,可以轻松实现电脑音源的切换。-Single-chip audio switch infrared remote computer, you can easily switch the computer audio sources.
- 2022-01-25 21:00:34下载
- 积分: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