-
给大家发一个44b0x开发板的源代码,包括44b0的各种驱动程序
给大家发一个44b0x开发板的源代码,包括44b0的各种驱动程序-everyone made a 44b0x Development Board of source code, including the 44b0 Driver
- 2023-01-08 16:50:03下载
- 积分:1
-
Basic IAR platform STM32 processor for USB mass storage device' s source code
基本IAR平台STM32处理器实现USB 海量存储设备的源代码-Basic IAR platform STM32 processor for USB mass storage device" s source code
- 2023-08-03 11:40:03下载
- 积分:1
-
三星S3C2410的linux的SD卡驱动程序
三星S3C2410的linux的SD卡驱动程序-Samsung S3C2410 linux SD Card Driver
- 2022-02-04 07:28:39下载
- 积分:1
-
博客服务提供商
BSP,设置AMLOGIC的寄存器.可以试一下-BSP
- 2022-03-23 02:59:02下载
- 积分:1
-
tcp,udp程序,对了解tcp,udp协议很有帮助
tcp,udp程序,对了解tcp,udp协议很有帮助-tcp, udp procedures, the understanding of tcp, udp protocol helpful
- 2022-03-02 23:11:19下载
- 积分:1
-
atmel的at91sam9260芯片的外部中断初始化实例以及一些常用接口初始化程序,源于实际应用...
atmel的at91sam9260芯片的外部中断初始化实例以及一些常用接口初始化程序,源于实际应用-atmel chip of at91sam9260 external interrupt as well as some commonly used to initialize an instance of interface initialization procedure, from the practical application of
- 2022-03-18 20:46:44下载
- 积分:1
-
CRC16CRC32方法
CRC16CRC32采用C语言编写,很容易移植到任何一个工程或项目里,注意把函数与函数声明放至对应的文件下即可。CRC16的文件夹下的Main.c为主函数的入口。
- 2022-07-03 18:34:10下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1
-
yaff2文件系统的详细分析,感觉满有用的
yaff2文件系统的详细分析,感觉满有用的-yaff2 detailed analysis of the file system, I feel full of useful
- 2022-05-19 22:47:20下载
- 积分:1
-
61A of the IRQ4 interrupt has three interrupt sources: 1KHz, 2Kz and 4KHz, each...
61A的IRQ4中断有三个中断源:1KHz、2Kz和4KHz,每一个中断分别控制与IOA0-IOA1、IOA2-IOA3和IOA4-IOA7相连的LED灯。-61A of the IRQ4 interrupt has three interrupt sources: 1KHz, 2Kz and 4KHz, each interruption of the respective control and IOA0-IOA1, IOA2-IOA3 and IOA4-IOA7 connected to LED lights.
- 2022-03-01 11:11:33下载
- 积分:1