-
Realize the use of single
利用单片机实现三相电源的相序检测
利用单片机实现三相电源的相序检测-Realize the use of single-chip three-phase power supply phase sequence detection using single-chip realization of three-phase power supply phase sequence detection
- 2023-01-14 06:55:03下载
- 积分:1
-
simple click. you can use this to complete your assignment
simple click. you can use this to complete your assignment
- 2022-06-13 16:36:56下载
- 积分:1
-
A database engine, you can create and read and write DBF database file format
一个数据库引擎,可以创建和读写DBF格式的数据库文件-A database engine, you can create and read and write DBF database file format
- 2022-05-26 13:05:09下载
- 积分:1
-
超声波倒车雷达应用方案,配合硬件电路一起使用
超声波倒车雷达应用方案,配合硬件电路一起使用-Ultrasonic reversing radar applications, used in conjunction with the hardware circuit
- 2022-06-01 19:52:14下载
- 积分:1
-
自己写的STM32的串口驱动,没有固件库。超级终端界面…
自己写的 STM32 串口UART驱动, 不用固件库。超级终端界面按键时,自动回送。
应用范围: 因为不涉及IO口,所以此工程在STM32F1xx的任何主板上都可以运行。
编译器: IAR ARM 4.42A。
作者: w123456xy@sohu.com 15189792379。
-Write your own STM32 serial UART driver, no firmware library. HyperTerminal interface button, automatically send back. Application scope: because they do not involve IO port, so this works on any STM32F1xx motherboard can run. Compiler: IAR ARM 4.42A. Author: w123456xy@sohu.com 15189792379.
- 2022-07-25 10:20:01下载
- 积分:1
-
RF905 200米无线数据收发模块C语言程序
RF905 200米无线数据收发模块C语言程序-RF905 200 meter wireless data transceiver
- 2022-04-19 02:25:06下载
- 积分:1
-
基于TC35开发的短消息报警程序,单片机为51兼容系列,汇编实现...
基于TC35开发的短消息报警程序,单片机为51兼容系列,汇编实现-TC35 developed based on the short message alarm procedures, single-chip compatible with Series 51, compilations realize
- 2022-12-13 23:55:03下载
- 积分:1
-
AT89C52芯片的中文资料。包括内部结构,寄存器,及时序图
AT89C52芯片的中文资料。包括内部结构,寄存器,及时序图-AT89C52 chips Chinese data. Including internal structure, registers, and timing diagram
- 2022-01-28 19:11:51下载
- 积分:1
-
18b20的仿真实例,希望能帮助初学者,
18b20的仿真实例,希望能帮做一些初学者,-18b20 the simulation example, I hope to do something to help beginners,
- 2023-03-09 07:00:03下载
- 积分:1
-
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RT...
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
-err
- 2023-03-23 11:40:04下载
- 积分:1