Hi,
I followed this page, downloaded SDK 15.1.0 and I was able to compile and build Custom bootloader (after adding custom board, also changed in makefile as well) for Custom board of nRF52832 in the provided secure bootloader option using arm gcc.
But, after successfully flashing softdevice and bootloader on the board using nRF gostudio, nRF52832 stops advertising, but i can see the led on. But, I can't see my device in nRF connect. I also tried flashing softdevice, bootloader and application in the respective order, all were successfully flashed but no advertisement as well and I can see led on only after holding buttonpress.
My plan is to implement buttonless feature for the bootloader and hence have disabled NRF_BL_DFU_ENTER_METHOD_BUTTON and enabled NRF_BL_DFU_ENTER_METHOD_BUTTONLESS in sdk_config.h and have set "enter_buttonless_dfu" in nrf_dfu_settings_init() of nrf_dfu_settings.c. Also, I want to know even though I have disabled NRF_BL_DFU_ENTER_METHOD_BUTTON, why do I have to define NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN (I get error if I don't define) ?
Could anyone guide further regarding the issue and let me know, if I am doing something wrong?
Regards,
Nagarjun CS