Tool/software: Code Composer Studio
Hi all, I have a program where the debugger doesn't stop at main (), it has APP_BASE as 0xA000 in its default linker command file, if I change it to 0x0000, the debugger works as expected and is able to stop at main (). Does anyone know why? I recall that I was able to debug applications that doesn't start with 0x0000, so I am surprised on why I had to change this for this one.
Thanks
Richard