Hi
I got a weird problem with my setup (F28035)... I did a custom bootloader that jumps into my application. My application communicates with SPI using interrupts and fifos. If I launch my application using JTAG directly bypassing the bootloader, everything is working fine.
If I let the bootloader launch and jump into my app and connect the JTAG to see the status of the application, I get lots of errors because of fifo overflows in my code regarding the SPI communication.
I verified that clocks are ok, UART is working, SPI is working, but something must be slower somewhere... Is there something I have to setup in my app after being launched by the bootloader? Is there something in the bootloader that it needs to do before jumping?
As the main cause of slowlyness, I still have no idea... Flash timings maybe?
Anyway, I'm just throwing this out here to see if someone encountered this kind of behavior before.
Thanks !