Mic_chen

It is not the strongest of the species that survive, nor the most intelligent, but the one most responsive to change

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2019年4月18日

摘要: 常用各类工具的指令集 阅读全文
posted @ 2019-04-18 19:50 Mic_chen 阅读(180) 评论(0) 推荐(0)

摘要: 对于Cortex-M单片机,用户程序调用RTOS系统函数有两种思路:假设创建任务的RTOS函数是xxx_task_create()第一类:FreeRTOS、RT-Thread中采用的方法,和调用普通的用户函数一样,xxx_task_create()调用直接执行任务创建代码第二类:RTX、zephyr 阅读全文
posted @ 2019-04-18 19:48 Mic_chen 阅读(238) 评论(0) 推荐(0)