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.
I've seen the issue published here and there, but none have pointed out the symptoms I've seen.
I have an apps that I've been working for a while on the TM4C1294XL Launchpad and made great progress. Then, I added a few other UARTprintf or Task_sleep pieces of code and then when launching debugger to debug, the code does not stop at main and ends in la-la land.
If I comment out the line(s), the debugger stops as expected.
I'm no where near the memory limits and this app based off the udpEcho project
FLASH 00000000 00100000 0001d206 000e2dfa R X
SRAM 20000000 00040000 00015646 0002a9ba RW X
Hello Carl
Can you share the app code with the details on RTOS versions, etc
Regards
Amit
I'm using 2.00.02.36.
Can't really provide the project as it's proprietary. It appear to be jumping to unused FLASH location as if the vector table was built wrong. Next time it happens I'll do a memory dump at 0x00 and send it
Carl