Hi everyone,
I'm using the nrf52832 Dev Kit PCA10040
SDK version: 15.3.0
OS: Fedora
I try to use DFU following this tutorial but I don't get the DFUTarg on the nRF Connect application.
1. I created my own public and private key.
2. I downloaded uECC library and compiled it correclty.
3. I replaced the dfu_public_key.c SDK by mine.
4. I compiled with Makefile from <SDK>/examples/dfu/secure_bootloader/pca10040_ble/armgcc with the command line :
'make erase && make flash_softdevice && make flash'
Everything is compiled but I can't see the DFUTarg on the app. LED_3 is OFF even when pressing BUTTON_4 and reset simultaneously for force DFU mode.
I've probably misunderstood something...
Any ideas of what I'm doing wrong?
Regards,
Louis