搜索资源列表
LED_demo
- My initial attempt of porting the FreeRTOS Demo was considerably a success. But later on, I found out that the version used of STM32 standard peripheral library was already obsolete. And so I didn t anymore continue with that. In stead, I opt to use
SinhVienIT.Net--IDMP6.21PBuildP11PFullP
- Here s the result. After few seconds of displaying the Powered by FreeRTOS message, the demo will now display the status of all tasks. If there s no error occurred, it will show PASS and the jitter in the processing of timer interrupt (timertest.c).
MFRC522-master
- It wasn t easy for me to start the Keil uVision project scratch (almost). On the brighter side, I already got familiarized with STM32 code libraries because of this activity. It s mostly trial-and-error approach. But luckily I stepped into this guide
write-STM32-OS-band-by-hand
- 基于STM32,讲解任务切换,详细给出汇编参考,并完成一个简单的操作系统,实现了任务调度,对于OS的入门非常有好处,看懂了这个,后续其他例如FreeRTOS都是类似的原理。-Based on STM32, explaining task switching, given in detail with reference to the compilation, and complete a simple operating system, task scheduling, is very good
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为