Part Number: TM4C1290NCPDT
Other Parts Discussed in Thread: TM4C129DNCPDT, SYSBIOS
We are trying to debug TI Rtos in TM4C129DNCPDT Controller using code composor studio , when we try to debug this it is crashing at this function Hwi_switchFromBootStack in main it is excuting just before startAppBIOS() function but once it reach startAppBIOS(), in startAppBIOS(); it is doing all initilization of all bios and then shift to hwi.c file in that it reaches Hwi_initStacks , it is crashing after that it reaches to memory 0xFFFF FFFC.
Whwn we try to debug it is throwing error at this point. Crashing. Once startAppBIOS() starts it is initilizing all and getting crash. Our ram is 256 kb so We increase the stack size and heap size and we also check the size allocated to each task and understood tasks having enough stack size But we still not able to find why it is crashing , I need help over this topic. Then I commented task in main andhen also it is crashing at that point.
We even commented the system got crash at the eariler mention point. We alos removed ccs studio properties and made heap and stack size to 0. I dont want it to take from properties i want it to take from config file. We need help over herer How we can run this in debug mode. RTOS_Files.zip , Firmware_Optimization.cfg , main.c ,rtos_task.h

