HI,
I'm using tms570lc4357 development kit in our project, we wrote bootloader, we initialize RTI,SCI,EMAC and some other interrupts. Bootloader is working fine.
From bootloader we are jumping into other application, where we use RTI,SCI,CAN modules. Here we are facing problem ,
1. In application RTI Module is not working fine. Here interrupt is not generating.
2. CAN receive interrupt is not working fine.
We have some doubt here, We used same modules in boot loader and Application. While jumping from boot loader to application we need to de-initialize the module and disable all interrupts of the different modules.
How to disable all interrupt and modules(RTI,SCI,EMAC) before jumping to Application?
Please give suggestion.
Thank you
Basavanagouda