This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to pass bootloader version from bootloader to main application

Hi all,

I'd like to pass bootloader version (2bytes) from bootloader_util_reset function (bootloader) to the main of application. can help me to acheive that?

Thank you for your help in advance.

Parents Reply
  • Hi,

    I also want to pass information from my bootloader to my application. Since i know i cannot use UICR register i wanted to use these retention registers. But they are also used to pass information from app to the DFU (to start a DFU update for example). Is it safe enough to use it as you proposed ? Isn't there another solution to pass the bootloader version to my main application ?

    Best regards,

    Aurélien

Children
Related