Hello TI
Could you please add an example for Software Timer for TMS570LS20216-FreeRTOS option in HalCoGen? The execution control enters Data abort when software timers are used when HalCoGen generated code is used for running software timers.
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.
Hello TI
Could you please add an example for Software Timer for TMS570LS20216-FreeRTOS option in HalCoGen? The execution control enters Data abort when software timers are used when HalCoGen generated code is used for running software timers.
Sindhu,
FreeRtos is using the MPU (Memory Protection Unit) Once the Rtos is running, all task are running in User mode, and can't access Rtos API.
Please have a look at this thread, it covers the exact same question.
Please let me know if this was helpful.