Sharing data between bootloader and application

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JaSi_1632926
Level 4
Level 4
Welcome! 25 replies posted 10 replies posted

Hello,
I'd like to set a flag in our bootloader which then should be read by the bootloadable (=application). I can't find anything in the datasheet about this. Is there any standard way of doing it? The metadata doesn't seem to have any custom fields that can be used for things like this.

   

Thanks, Jacob

0 Likes
2 Replies
EmHo_296241
Level 5
Level 5
10 solutions authored 50 replies posted 25 replies posted
        Hi Jacob, You can directly write data to a memory location rather than using a variable. If you read the same address in your application, your problem will be solved.   
0 Likes
JaSi_1632926
Level 4
Level 4
Welcome! 25 replies posted 10 replies posted

Hello,
Thanks for your answer. I solved it by using SFlash.

   

Thanks, Jacob

0 Likes