Hello,
I am using the Ti RTOS on a TM4C123G6PM, code composer studio Version: 6.1.0.00104, RTOS 2.14.0.10, XDC 3.31.1.33.
the problem i am having is once I launch the debugger i can step through the code and as soon as BIOS_Start() is called the debugger jumps to a function called "Loader_exit" inside of exit.c file. once here i step the debugger again and it goes to an infinite loop in an "abort" function.
my code has only 3 tasks at this point that are scheduled in the RTOS (no HWI,SWI, or Idle functions).
I tried looking into this problem with the ROV and UIA tools. i see nothing on the execution graph and the log info shows nothing as well.
this leads me to believe that my tasks are never actually scanning (although i could be wrong).
also when I build my project I have 0 errors or warnings.
I was just wondering if anyone could help point me in the right direction for getting to the bottom of this issue?