Other Parts Discussed in Thread: UNIFLASH
Hi
I have a very large code on the TIVA (950KB without optimization, 830 with size optimization). the upper 16K of the flash are used as FLASH RAM.
recently I see that the program counter (and the IRP for most of the interrupts) goes beyond 0x100,000 (e.g 0x108a16).
I do not see any stress on the task stacks, no exception, and, actually - the upper priority tasks are running normally. one of the tasks does not have a call stack and goes to this pseudo-address when it gets the CPU.
all this happens only if I load the code from the debugger, but not when loaded from DFU or uniflash
thanks!