I have a C-Application which isn’t located at the default start address of the microcontroller.
When starting the debug session in Eclipse, I am using the option “Specify vector table”, which works fine.
show screenshot
But whenever I select “Restart” during debugging, the SW runs into nowhere. obviously the “Restart” does not use the runtime option from above.
There is the possibility to specify “Restart configurations”, but how to use them to restart at a given address?
show screenshot
Does anybody have an example? Thanks a lot.
I am using Elcipse 4.23
I tried around and searched the web but didn’t find anything helpful.