cancel
Showing results for 
Search instead for 
Did you mean: 

We are trying to develop Custom Bootloader which jumps to application but it not Happening with RTOS

RRC
Associate II

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

8 REPLIES 8

Have a reset path that branches quickly to the app code.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
nilesh-dryad
Associate III

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.

RRC
Associate II

Can you elaborate more about what exactly need to do

Yes i did with out RTOS running Fine with RTOS not going to application

Depends on the USER/SYSTEM state, and also if interrupt contexts have been stacked.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
MM..1
Chief II

Try show code and dont write about RTOS, because if you dont use it in bootloader , isnt source of your problem , only detector...

RRC
Associate II

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