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.
I had to change the SRAM_START=0x20002000 to SRAM_START=0x20002600. Blinky is now successfully Advertising.
I had to change the SRAM_START=0x20002000 to SRAM_START=0x20002600. Blinky is now successfully Advertising.