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.

[参考译文] TMS570LS3137:从引导加载程序引导并执行 FreeRTOS 应用

Guru**** 2393725 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1503578/tms570ls3137-boot-and-execute-freertos-app-from-bootloader

器件型号:TMS570LS3137

工具/软件:

引导加载程序将 FreeRTOS 应用存储在 RAM 地址0x08019000处、并跳转到地址0x0819000以运行。 xTaskCreate 可以正常创建、但 vTaskDelay ()函数不起作用。 问题是什么?

这是应用的 cmd 链接。

这是应用 sys_intvecs.asm。

是否有任何引导加载程序引导 FreeRTOS 应用的示例?