RTOS ThreadX
Real-Time Embedded
Multithreading:
Using ThreadX and ARM
Designations used by companies to distinguish their products are often claimed as trademarks. In all instances
where CMP is aware of a trademark claim, the product name appears in initial capital letters, in all capital
letters, or in accordance with the vendor鈥檚 capitalization preference. Readers should contact the appropriate
companies for more complete information on trademarks and trademark registrations. All trademarks and
registered trademarks in this book are the property of their respective holders.
Small RTOS v1.50.0在32位CPU上可以說支持無限的任務(僅受內(nèi)存限制),任務優(yōu)先級暫定為32級,任務切換基于優(yōu)先級,同級任務基于輪詢。同時,任務之間可以直接放送消息和回饋消息。而等待事件支持可以選擇基于FIFO或基于優(yōu)先級。這個版本是不完善版本,很多事件如消息郵箱等還沒有支持但事件公共部分代碼已完成,其它事件代碼如以添加。debug也還沒有支持,目前僅支持ARM7。
這個板本使用Keil for ARM的軟件調(diào)試功能通過,但編譯器依舊選擇ADS1.2。用戶可以參照EasyARM2200的工程轉(zhuǎn)移到EasyARM2200硬件上測試。