Hi,
We are currently developing a BLE device (HW and SW) using the NRF52811.
As we want to be able to update the device via FOTA we need to have the Bootloader to have the BLE-Stack.
We now have the BLE-Stack twice in our Program so it exceeds the maximum flash size.
We dont really want to switch the SoC´s as we want the DirectionFinding Feature and the next device capable is the nrf52833
wich is quite a bit more expensive.
Is there any way to compress the Bootloader or maybe use the same BLE-Stack for both Application as well as bootloader?
Is there any way to compress the Bootloader to only have the BLE-DFU capabilitites?
Kind regards
H.Marske