Posted on January 16, 2018 at 09:47SOLVED!I found that what kept my code from working was that I was trying to launch the application from an ISR. To solve the issue I simply returned from the ISR and launched the application from the main code
Posted on January 15, 2018 at 17:16Hi Roberto, I have the same problem as you when trying to jump to the application from a custom bootloader.I followed your code and I'm stuck at the same point as you,If I launch the bootloader and then try to swit...