Hello Laser, I'm aware that bootloader for the module is currently being worked on however there's no planned release date as of yet. You can implement simple bootloader by jumping to the initial address (base + 4) of another application after setting VTOR register (0xE000ED08U) to the vector table of that application (base address). You'll need to make sure your client application is linked at certain offset so that it doesn't overwrite the bootloader. Regards
↧