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.

TMS570LC4357: freeRTOS在任务中读写flash进入dataEntry

Part Number: TMS570LC4357


您好,我的程序在freeRTOS任务调度之前读写flash可以成功,但是在开始任务调度之后,在任务中读写flash程序会进入dataEntry,经过debug追踪发现程序在运行到(Fapi_initializeFlashBanks((uint32_t)SYS_CLK_FREQ))进入dataEntry,SYS_CLK_FREQ等于150。以下是我的代码APP_test2.zip