-
实现ez―usb fx2的定时器管理功能
实现ez―usb fx2的定时器管理功能-Timer management
- 2022-05-17 18:38:11下载
- 积分:1
-
以S3C44B0X嵌入式处理器为核心的嵌入式系统硬件平台上进行uClinux操作系统的剪裁、移植和通过使用其UART端口,连接PC机的串口,实现ARM与PC机的...
以S3C44B0X嵌入式处理器为核心的嵌入式系统硬件平台上进行uClinux操作系统的剪裁、移植和通过使用其UART端口,连接PC机的串口,实现ARM与PC机的数据传输的过程。-To S3C44B0X embedded processor as the core of embedded system hardware platform uClinux operating system tailoring, transplants and through the use of the UART port, serial port to connect PC machine, the realization of ARM and PC-data transmission process.
- 2022-05-14 16:46:23下载
- 积分:1
-
ARM平台上的RS485通信,接受发送都使用中断方式
ARM平台上的RS485通信,接受发送都使用中断方式-ARM platform on the RS485 communications, has accepted the use of this interrupt
- 2022-04-18 11:38:04下载
- 积分:1
-
Necessary to optimize the level of s, other optimization levels will not lead to...
优化级别必需为s,其他优化级别也不会导致编译时出错,但会导致运行时出错。原因涉及局部变量分配堆栈处理方式不同,也就是OS_CPU_A.c那个文件中的移植部分。还有就是其他优化涉及的中断自动保存寄存器的数量有所出入。-Necessary to optimize the level of s, other optimization levels will not lead to compile-time error, but it will result in run-time error. Reasons relating to the allocation of local variables, stack processing in different ways, that is, OS_CPU_A.c that the transplanted parts of the file. There are other optimization related to the interruption of the number of registers saved automatically have access to.
- 2022-08-10 01:29:05下载
- 积分:1
-
PIC SINGLE-CHIP KEYSTROKE TEST
包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
- 2023-06-16 10:20:04下载
- 积分:1
-
最新的LPC214X Timer驱动程序,适用于
NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148。...
最新的LPC214X Timer驱动程序,适用于
NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148。-LPC214X Timer driver for NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148.
- 2022-10-02 18:05:03下载
- 积分:1
-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对实时钟RTC进行操作。RTC可保存时间,由电池供电。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate in real-time clock RTC. RTC to save time, by the battery-powered.
- 2022-02-22 03:30:30下载
- 积分:1
-
使用SPI接口读写SD/MMC代码,ARM7系列
使用SPI接口读写SD/MMC代码,ARM7系列-use SPI interface reader SD/MMC code ARM7 family
- 2022-08-24 09:13:12下载
- 积分:1
-
开发板ARM9 S3C2440 GPS测试程序,包含GPS信号用例,C语言
开发板ARM9 S3C2440 GPS测试程序,包含GPS信号用例,C语言-Development board ARM9 S3C2440 GPS test procedures, including use case GPS signals, C language
- 2023-02-23 23:10:03下载
- 积分:1
-
这是LPC2119/2129/2292/2294通用的I2C通讯程序,供大家参考。集成有工程模板,直接可以使用。...
这是LPC2119/2129/2292/2294通用的I2C通讯程序,供大家参考。集成有工程模板,直接可以使用。-This is LPC2119/2129/2292/2294 generic I2C communication procedures, for your reference. Integrated Engineering has templates you can use directly.
- 2022-11-30 18:10:02下载
- 积分:1