-
stm32 iCAN通讯
stm32里面自带了bxcan的通讯组件,但是can通讯只能发送少于八个字节的数据包,通过学习iCAN通讯协议,将其移植到STM32,可以发送任意长度的数据包。并且有总线检测功能。希望对大家有所帮助!!!
- 2022-07-26 09:45:46下载
- 积分:1
-
宏晶科技用c语言实现的EEPROM完整底层驱动程序,包括擦除、读写,flash保护等...
宏晶科技用c语言实现的EEPROM完整底层驱动程序,包括擦除、读写,flash保护等-Acer crystal technology with c language realize the underlying integrity of the EEPROM driver, including erase, read and write, flash protection
- 2022-03-21 14:29:03下载
- 积分:1
-
DSP与CC2400连接.做的无线数据发送程序.程序现在没有加入校验部分.也可以当接收程序使用.不用修改...
DSP与CC2400连接.做的无线数据发送程序.程序现在没有加入校验部分.也可以当接收程序使用.不用修改-DSP connection with the CC2400. The wireless data sending procedures. Procedures are not part of accession to check. When the receiving process can also be used. Need not be amended
- 2023-05-20 01:35:05下载
- 积分:1
-
有了内核的代码,但是天哪,都太大了,有什么工具才可以迅速下载到目标板呢,tftp就有这个功能,运行在pc上!...
有了内核的代码,但是天哪,都太大了,有什么工具才可以迅速下载到目标板呢,tftp就有这个功能,运行在pc上!-with kernel code, but alas, too, what tools can quickly download it to the target board, tftp have this feature, running on the pc!
- 2022-09-21 13:25:02下载
- 积分:1
-
verilog的源代码。给出来常用的一些例程,对于verilog的使用和学习都有很大的帮助作用。...
verilog的源代码。给出来常用的一些例程,对于verilog的使用和学习都有很大的帮助作用。-Verilog source code. Out to some routines commonly used for the use and Verilog study has been very helpful.
- 2022-02-07 18:09:08下载
- 积分:1
-
可以实现对热水器的监视,以便获得实时的数据并对热水器作出响应调节...
可以实现对热水器的监视,以便获得实时的数据并对热水器作出响应调节-On the water heater can be monitored in order to obtain real-time data to respond and adjust the water heater
- 2022-05-25 19:39:46下载
- 积分:1
-
Protel SDK
Protel 99se 的sdk,很辛苦才找到的,给做Protel二次开发的朋友用。...
Protel SDK
Protel 99se 的sdk,很辛苦才找到的,给做Protel二次开发的朋友用。-Protel SDKProtel 99se the sdk, very hard to find, and to do secondary development Protel friends with.
- 2022-04-19 05:32:11下载
- 积分:1
-
用verilog写的跑表程序
用verilog写的跑表程序--Stopwatch program written by verilog.
- 2022-01-25 16:19:18下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1
-
This is a NC9SDG128B based on the source of the AD conversion
这是一个基于NC9SDG128B的AD转换源码-This is a NC9SDG128B based on the source of the AD conversion
- 2022-09-19 00:35:03下载
- 积分:1