Hello!
I'm currently working on a Boootloader fro TMS320F28035 and finally reaching the end!
I'm trying to jump from my Bootloader to the main of my application, but I get some interrupts. How could I disable the interrupts before trying to jump to the new App?
I've read some documents saying that I should redo the mapping of my interrupts but my application is reloading it so it should be fine. My problem is that I don't seem to attain the application because of the interrupts.
I have the "interrupt void TINT0_ISR(void)" showing up when I try to launch the app. Somebody have ever encountered this?
Thank you!