Tool/software: Code Composer Studio
Hi,
I'm currently working on development of can bootloader for TMS320f28035.
CAN Bootloader code is located in Flash Sector A and my application is getting bootloaded to Flash Sector B through can bootloader.
But after bootloading ,CAN messages are transmitted by code but no can rx interrupt is getting generated.
When instead of bootloading same application , i am directly debugging the application and running it through JTAG then can rx interrupt is getting generated.
I am bit lost as to why can rx interrupt is shutting off after application is getting bootloaded?