-
procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of flood...
此程序为串口芯片tl16c750在uClinux + s3c44b0环境下的驱动程序.tl16c750R FIFO设置为64BYTES, 除此之外,此程序还能缓存20条已经收到的串口数据.即存储数据量为20*64=1280BYTES的串口数据,而不用担心未及时读串口时发生数据的丢失现象.此外,附此驱动的测试程序,以及编译后的映像文件.-procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of flooding action procedures. tl16c750R FIFO set to 64 BYTES, in addition, This procedure can cache 20 has been received by the serial data. that the data storage capacity of 20* 64 = 1280BYT ES Serial data, and do not have to worry about failure occurred when reading serial data loss phenomenon. In addition, Report this driver testing procedures, and compile the map file.
- 2022-03-10 15:00:43下载
- 积分:1
-
dsPIIC30F I2C master controller communication program procedures
dsPIIC30F I2C主控制器通信程序
- 2022-03-16 13:23:02下载
- 积分:1
-
音乐播放器
主要是通过Linux来进行音乐播放器的设计,使用的是小红帽Linux系统下的qt来进行设计。最终完成了简易的音乐播放器的设计。
- 2023-08-16 16:50:02下载
- 积分:1
-
讲述如何构造嵌入linux系统,帮助新手快速入门
讲述如何构造嵌入linux系统,帮助新手快速入门-About how to construct embedded linux system to help novice Quick Start
- 2022-01-26 05:25:25下载
- 积分:1
-
89C51单片机控制LED点阵显示汉字,以及运动…
89c51控制led点阵显示汉字,以及汉字的移动,就如公交车上的显示器-89c51 control led dot matrix display Chinese characters, as well as movement of Chinese characters, as buses display
- 2023-06-19 18:55:03下载
- 积分:1
-
stm32f103开发板
tim定时器例程
stm32f103开发板
tim定时器例程-stm32f103 development board tim timer routines
- 2022-07-16 09:15:45下载
- 积分:1
-
keil c51 写的DS18b02 温度测试源代码
keil c51 写的DS18b02 温度测试源代码-keil c51 write DS18b02 temperature testing source code
- 2022-06-28 22:12:47下载
- 积分:1
-
printf-urat让串口像printf一样输出
这个程序是一个使用C语言编写的程序,是一个能够实现串口用printf形式输出内容的源程序。这个程序可以让你像printf一样输出内容
- 2022-02-02 16:34:04下载
- 积分:1
-
三星CPUS3C2440,SMDK2440 USB downloader firmware代码,通过USB下载文件到FLASH...
三星CPUS3C2440,SMDK2440 USB downloader firmware代码,通过USB下载文件到FLASH-Samsung CPUS3C2440, SMDK2440 USB downloader firmware code, through the USB to download files to the FLASH
- 2022-02-05 08:49:09下载
- 积分:1
-
STM8-USB源代码
应用背景USB是串口通信协议,现在已经非常广泛应用,每个pc机都有USB借口。stm8-usb可用在电脑USB借口上,降低成本,减少开发时间。是单片机爱好者最好的练手代码。关键技术stm8-usb下载编译后就能运行,里面代码全面,可根据需要自己改编。
extern void usb_tx(void);
uint8_t usb_rx_buffer[16];
uint8_t * usb_tx_buffer_pointer;
uint8_t usb_tx_count;
uint8_t usb_rx_count;
函数可直接调用
- 2022-09-20 06:15:02下载
- 积分:1