-
SAMSUNG 2410 original driver, FOR windows ce
SAMSUNG 2410原厂驱动,FOR windows ce-SAMSUNG 2410 original driver, FOR windows ce
- 2022-06-12 07:44:54下载
- 积分:1
-
This paper introduces a system based on the LPC2000 family of processors the ini...
本文详细的介绍了基于LPC2000系列处理器的系统的初始化过程,并结合具体代码(在附带的程序中)对重映射作了细致的阐述,这些对于正确的理解和开发基于ARM的嵌入式系统具有重要的意义。-This paper introduces a system based on the LPC2000 family of processors the initialization process, combined with a specific code (in the attached program) made a detailed mapping of the re-elaboration of these for a correct understanding and development of ARM-based embedded system has an important significance.
- 2022-05-22 16:28:13下载
- 积分:1
-
绝对原创,开源一STM32项目,CAN,UART,Input检测 原创相对高效性能与代码重用平衡思路(缓冲队列加软中断),可直接做工程模板
1、CAN收发队列
使用内存FIFO缓冲CAN帧,适合大数据量通信;并使用内部软中断处理CAN数据,相当于事件响应,综合应该比查询方式节省不少时间,也应该比OS调度省点时间。Can.C:底层处理,Communi.C:与应用层高相关。 应用层处理流程用函数指针表的方式调用减少代码量及阅读整齐;实现CAN各种错误记录机制。已初步测试,该机制可用。
CAN处理流程:
接收:CAN1_RX0_IRQHandler_Name (void), CAN1_RX1_IRQHandler(void)
接收中断,CAN_QueueWriteQuick()将当前的有效报文压入内存FIFO,压入的数据为整个CAN邮箱数据,所以后续的处理函数可以分辨出完整的数据。
void CAN1_RX0_IRQHandler_Name (void) // CAN1_RX0_IRQHandler_Name
{
/*
FIFO从空状态开始,在接收到第一个有效的报文后,FIFO状态变为挂号_1(pending_1),
硬件相应地把CAN_RFR寄存器的FMP[1:0]设置为’01’(二进制01b)。
软件可以读取FIFO输出邮箱来读出邮箱中的报文,然后通过对CAN_RFR寄存器的RFOM位
设置’1’来释放邮箱,这样FIFO又变为空状态了。如果在释放邮箱的同时,
又收到了一个有效的报文,那么FIFO仍然保留在挂号_1状态,软件可以读取FIFO
输出邮箱来读出新收到的报文。
如果应用程序不释放邮箱,在接收到下一个有效的报文后,FIFO状态变为
挂号_2(pending_2),硬件相应地把FMP[1:0]设置为’10’(二进制10b)。
重复上面的过程,第三个有效的报文把FIFO变为挂号_3状态(FMP[1:0]=11b)。
此时,软件必须对RFOM位设置1来释放邮箱,以便FIFO
- 2022-03-21 07:31:29下载
- 积分:1
-
12864程序
12864程序-12864 procedures
- 2022-11-16 17:40:03下载
- 积分:1
-
atmel at91rm9200 driver
atmel at91rm9200 driver
基于atmel的at91rm9200的驱动,
好好东西
分享一下-atmel at91rm9200 driver
atmel at91rm9200 driver
- 2022-01-25 18:24:13下载
- 积分:1
-
sdconfig.h: The document for the SD card reader module configuration header file...
sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
SD目录 : SD卡读写模块的全部文件,一般不用修改.
建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,而sdconfig.h通常会有改动.
-sdconfig.h: The document for the SD card reader module configuration header files, the user hardware according to actual conditions can be modified. SD directory: SD card reader module all the documents, the general need not be amended. sdconfig.h document recommends not to put in SD directory, because the SD files in the directory are not normally required to be amended and the changes are usually sdconfig.h.
- 2022-03-12 03:53:48下载
- 积分:1
-
ARM7 core S3C44B0 NAND FLASH Shaoxie configuration file.
ARM7核 S3C44B0 NAND FLASH烧写配置文件。 -ARM7 core S3C44B0 NAND FLASH Shaoxie configuration file.
- 2022-01-26 06:14:27下载
- 积分:1
-
UDP协议在44B0上的代码,内附详细使用说明。
UDP协议在44B0上的代码,内附详细使用说明。-44B0 on UDP protocol at the code, containing detailed instructions.
- 2022-03-13 05:46:24下载
- 积分:1
-
ZLG基于IAR的1700demo,可作为提高使用,有USB等编程实例
ZLG基于IAR的1700demo,可作为提高使用,有USB等编程实例-ZLG based on IAR" s 1700demo, can be used as increased use, there are examples of USB and other programming
- 2022-03-17 02:14:27下载
- 积分:1
-
mips 下的键盘驱动
mips 下的键盘驱动-mips under the keyboard driver
- 2022-03-23 02:25:50下载
- 积分:1