Question
How to disable RTOS timer when bootloader give the execution to the newly downloaded file? But the timer should be enabled in the runtime of the newly downloaded code execution.
I'm working in a project of OTA update for the SPC570s MCU.I have modified the bootloader program to wait until CAN frames come. If there is not any CAN frame, the bootloader will execute the application code in the flash after a small delay. This is working for the application codes which are not having RTOS.
