2022-08-12 12:07 AM
We are trying to develop Custom Bootloader which jumps to application but it not Happening with RTOS , We are using ucos III Free RTOs the application runs fine without using RTOS and Bootloader jumps to application, but issue is with RTOs
2022-08-12 01:52 AM
Have a reset path that branches quickly to the app code.
2022-08-12 01:55 AM
Boot loader and Jumping to the application has nothing to do with RTOS. You need to link application to different flash offset and you also need to change the vector table offset in application.
2022-08-12 01:56 AM
Can you elaborate more about what exactly need to do
2022-08-12 01:58 AM
Yes i did with out RTOS running Fine with RTOS not going to application
2022-08-12 02:08 AM
Depends on the USER/SYSTEM state, and also if interrupt contexts have been stacked.
2022-08-12 02:11 AM
Code in Reset Handler to recognize signature in RAM and do control transfer to App and code in Loader to validate App, place signature and NVIC_SystemReset
2022-08-12 07:13 AM
Try show code and dont write about RTOS, because if you dont use it in bootloader , isnt source of your problem , only detector...
2022-08-15 10:49 PM
We are using RTOS in bootloader and application ,the thing is when we are using RTC also code is breaking and saying
"Break at address "0x808d998" with no debug information available, or outside of program code."
the above mentioned line is error so any one have solution