Tool/software:
1. I have a custom bootloader and I am loading a new application code into flash memory (OTA) using Flash Api .
2. After successful loading of application code the code jumps to the starting address of the application so that it start executing application
3. Out of almost 1700 + OTA attempts, I have found 7 attempts where after application starts running the MCAN Rx interrupt doesnt work but Tx works.
4. The catch here is if I do power on reset without again loading application in that attempt then issue is solved, Rx interrupt starts working.
5. I am disabling MCAN Interrupts in bootloader before jumping to application and again enabling it.
What could be the possible reason for this