首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
tqos专题
tqOS的PendSV抢占式任务调度
参考文献为: 1、Cortex-M3权威指南 2、 http://www.cnblogs.com/sky1991/p/stepbystep_stm32_os_3.html 3、 http://www.openedv.com/posts/list/64274.htm 4、tqOS V1.2 其实PendSV的原理就是软中断,将PendSV的中断优先级设置为最低,
阅读更多...