Hi,
We are trying to develop application with OTA DFU on nRF51. And we need to build bootloader ourselves. We use gcc for development. We found the bootloader example for gcc on SDK 9.0.0. So, I built it for s110. However, the bin file is too big to program to device.
-rwxr-xr-x 1 ryoma staff 268193816 Oct 9 15:53 nrf51422_xxac.bin
-rw-r--r-- 1 ryoma staff 40979 Oct 9 15:53 nrf51422_xxac.hex
-rwxr-xr-x 1 ryoma staff 91602 Oct 9 15:53 nrf51422_xxac.out
Does someone know the reason? Is this experimental code yet?
Thank you,