All Questions
2 questions
0
votes
1
answer
648
views
Bootloader and main application to share common code/functionalities
I'm struggling with a question in which I would like to get some help...
I have a Bootloader which can upload another application into my chip. In my case the Bootloader and the main application ...
2
votes
2
answers
1k
views
Cortex M3 jump from application back to bootloader and back to application
I have a bootloader and a firmware where the initial jump from bootloader to firmware works like a charme but when I have the scenario jumping back from application, make some stuff and jump back to ...