Hi, I need some help on flashing the code to nRF52832 BLE module.
I would like to mention that I am flashing the code to nRF module using ST-link v2 debugger with the help of open-OCD tool.
Whenever, I flash the example hex file provided by nordic (i.e. ble_app_uart_pca10040_s112.hex file), it is flashed successfully and I could see "Nordic_UART" while scanning for BLE.
However, when I try to flash my custom nRF application, only on repetitive flashing I could see the BLE advertisement.
May I know why it occurs this way? i.e. only after flashing the same code multiple times, it's working?
Please help. Thanks in advance.