Hello Team,
First of all thanks a lot.
I learned so many things from your Nordic devzone:)
My problem: I have uploaded the blinky code using pca10040_s132_ble [ secure_bootloader ] but after successfully uploadation NRF52832 is stuck in DFU_Targ mode .
I have used,
- NRF52832 dk
- SDK --> nRF5SDK160098a08e2
- Softdevice --> s132_nrf52_7.0.1_softdevice.hex
- used micro-ecc library.
and I also confused at some points, please guide me,
1) NRF52832 has 512 kb of flash and pca10040_s132_ble [ secure_bootloader ] example takes 511.0KB of flash
so if I add other applications code [SGTL5000 and 2 two ADC interface ] inside it then it is possible?
my app code size is 256KB
My end goal is, I want to add DFU service with my existing code [ interfaced SGTL500 sensor on I2C and 2 Adc ].
Here is the pca10040_s132_ble [ secure_bootloader ] example code zie.

here is my customized code size.

Thanks in advacne!

