![]() The assemble sequence within an mbedOS application that starts the nordic bootloader was being modified by the compiler. The result is that DFU enabled applications could never start the bootloader correctly. This is because the GCC compiler was translating a MOV instruction into a ADDS, which sets the conditional flags in APSR before a conditional branch was executed. The result of the incorrect branch caused the program to believe that it was in interrupt mode when this was not the case. |
||
---|---|---|
bootloader | ||
source | ||
BSD-3clause-Nordic.txt | ||
LICENSE | ||
apache-2.0.txt | ||
module.json |