-
ti c6713 芯片的gpio的演示,类似于流水灯试验在单片机学习中的效果,可以帮助入门c6...
ti c6713 芯片的gpio的演示,类似于流水灯试验在单片机学习中的效果,可以帮助入门c6
- 2022-02-03 02:56:48下载
- 积分:1
-
是16*16的点阵屏滚动显示,是源码信息,用KEIL51写的,用于51单片机...
是16*16的点阵屏滚动显示,是源码信息,用KEIL51写的,用于51单片机-Are 16* 16 dot matrix display screen scroll, are the source information, using the Writing KEIL51 for 51 MCU
- 2022-03-11 00:39:32下载
- 积分:1
-
AT91所有开发板的资料
AT91所有开发板的资料
AT91所有开发板的资料
AT91所有开发板的资料-porting all development board all the information porting Development Board of porting all of the information development board
- 2023-05-01 06:25:22下载
- 积分:1
-
一项研究表明,美国人更喜欢用一个简短的回答
One study shows that Americans prefer to answer with a brief
- 2022-07-25 23:26:20下载
- 积分:1
-
8051 single chip microcomputer
用单片机8051控制的基于控制芯片T6963C的图形液晶显示的字母的汇编程序。-8051 single chip microcomputer-based control chip control T6963C graphic LCD display of the letters of the assembler.
- 2022-06-16 02:43:40下载
- 积分:1
-
ucos-ii在avr单片机上的移植源代码。实用GCC编译器...
ucos-ii在avr单片机上的移植源代码。实用GCC编译器-CENTER-ii avr SCM in the transplant source code. Practical GCC compiler
- 2022-05-17 16:08:55下载
- 积分:1
-
against Philips Microcontroller 51 LPC931 the specific application examples. Imp...
针对philips的51单片机LPC931的具体应用的例子。实现对uart, spi, i2c等硬件资源的操作。还有针对小内存单片机操作系统的实现。-against Philips Microcontroller 51 LPC931 the specific application examples. Implementation of UART, 20, i2c hardware resources operation. There are small memory microcontroller operating system is achieved.
- 2022-04-22 14:42:54下载
- 积分:1
-
51单片机的IIC总线先测试程序,C语言编写,很实用的!
51单片机的IIC总线先测试程序,C语言编写,很实用的!-51 MCU IIC bus test procedures, C language, it is useful!
- 2023-03-15 03:30:03下载
- 积分:1
-
VB to do with the serial debugging assistants, can be used to lower PC and the c...
用VB做的串口调试助手,可用于上位机与下位机之间的通信。-VB to do with the serial debugging assistants, can be used to lower PC and the communication between machines.
- 2022-02-13 03:53:58下载
- 积分: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