We are trying to import blinky example(Keil project) to SES, we could succesfully build the eaxmple and dump into nRF52-DK, example is from SDK12.1. After we dump into kit it is not advertising. What may be the reason.
We are trying to import blinky example(Keil project) to SES, we could succesfully build the eaxmple and dump into nRF52-DK, example is from SDK12.1. After we dump into kit it is not advertising. What may be the reason.
Did you flash example and softdevice from SES? Did you power-cycle the board after programming? I tested on my board and it advertises after power-cycle. Did you try running in debug mode?
I had to change the SRAM_START=0x20002000 to SRAM_START=0x20002600. Blinky is now successfully Advertising.
That's strange. My try worked with SRAM_START=0x20002000. Did you do any other modifications to the example?
No, i did not modify the code.