I am trying to adopt this bootloader for use in non-BLE application, without softdevice.
Mainly due to UF2.
By commenting out -DBLE_STACK_SUPPORT_REQD and -DSOFTDEVICE_PRESENT and excluding compilation of few BLE-specific binaries and wrapping in ifdef few BLE-specific calls I was able to compile it, but it doesn't work for me. (I test on nrf52840-DK with flashed MBR)
Looking that there are those defines, it looks like somebody had in mind use of this boot-loader in non-BLE application.
Were there attempts to run without softdevice? Any suggestions?
Hello,
I am trying to adopt this bootloader for use in non-BLE application, without softdevice. Mainly due to UF2.
By commenting out -DBLE_STACK_SUPPORT_REQD and -DSOFTDEVICE_PRESENT and excluding compilation of few BLE-specific binaries and wrapping in ifdef few BLE-specific calls I was able to compile it, but it doesn't work for me. (I test on nrf52840-DK with flashed MBR) Looking that there are those defines, it looks like somebody had in mind use of this boot-loader in non-BLE application. Were there attempts to run without softdevice? Any suggestions?
Thanks!