Hi,
I'am using SDK v15.0.0 with the BLE OTA DFU bootloader. Is there a possibility to access the bootloader start address for a static assert in the application at compile time?
Best regards
Roland Schenk
Hi,
I'am using SDK v15.0.0 with the BLE OTA DFU bootloader. Is there a possibility to access the bootloader start address for a static assert in the application at compile time?
Best regards
Roland Schenk
The bootloader address must be read from the UICR, since different bootloaders have different start addresses. That is because the "debug" bootloader needs much more flash for NRF_LOG messages, for example.
This pretty much prevents compile time checks.