Part Number: F28M36P63C2
Other Parts Discussed in Thread: CONTROLSUITE
I have two projects a bootloader and an application.
The bootloader jumps to the application fine via application-resetISR then goes to the correct _c_int00 as shown in application map file.
It then goes off into sector D where application code lives but nothing happens.
The application code runs fine standalone. (blink led...write value to flash via flashAPI...blink led again)
Is there a difference in how application runs in debug as apposed to when started from a bootloader?
Any debug help is appreciated.