This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

tms570裸跑多任务处理

Other Parts Discussed in Thread: TMS570LS3137, HALCOGEN

想咨询下tms570ls3137不上系统的话多任务需要怎么做呢?会不会特别麻烦?

  • Hi Yong,

        实现多任务的方法有很多种,核心在于保护被打断任务的现场,并能够无误返回。

        自己实现起来是比较麻烦。

        所以HALCoGen自带了一个FreeRTOS的选项,你可以生成FreeRTOS来帮助完成这个功能。