Compiled Blinky client fails on Dongle PCA10059.
Precompiled version nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral/ble_app_blinky/hex/ble_app_blinky_pca10059_s140.hex works correctly without problems.
But if I compile a version it fails totally. When powered up, dongle always goes to DFU-mode ( red led blinking ).
I have tried both package created and programmed with nrfutil and flashing directly using Seggers JLink. No difference.
Compiler: gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors
Package creation: nrfutil pkg generate --debug-mode --softdevice s140_nrf52_6.1.0_softdevice.hex --application _build/nrf52840_xxaa.hex app.zip --hw-version 52 --sd-req 0x00 --sd-id 0x00
Package write: nrfutil dfu usb_serial -pkg app.zip -p /dev/ttyACM0
Source was unmodified example in installation drectory.
Build directory: nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral/ble_app_blinky/pca10059/s140/armgcc