Greetings Team TI !
I use CCSv6, HALCoGen 04.04.00 for TMS570LC4357 HDK. I use FreeRTOS as well. After burning the code into the MCU using Debug option, the Debug Call Stack arrow points to the main() of HL_sys_main.c. I click on Run and the debug goes fine. Later in Debug mode I clicked on System reset, the Debug Call Stack entered resetEntry of HL_sys_intvecs.asm
Now again I clicked Run option and saw that the Debug Call Stack now enters same point. For next click on Run, the Debug Call Stack ended in dataEntry Abort.
What is causing the actual trouble and kindly suggest the solution for the same. I've enabled Interrupts first and then configured the Hardware modules. Will this cause a trouble?
Thanks in Advance.