This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Ble_app_Blinky not

I have downloaded the ble_app_blinky_c_pca10056_s140 hex file to the development kit with the help of the nrf_connect windows application. I have a PCA10100 development kit. Now when I am searching this advertising device from the blinky or nrf_connect android application, the "NRF_Blinky" does not show. I have checked the development kit LED1 is constant on, and thought that the device is already advertising. So, suggest to me what can go wrong.

Parents Reply
  • The soft device has an address between 0x1000 to 0x26633, and the application software starts from the address 0x27000 and ends at 0x2DB63. 

    Also, the RAM and FLASH memory map in the section placement Macros shows as below:

    FLASH_PH_START=0x0

    FLASH_PH_SIZE=0x100000

    RAM_PH_START=0x20000000

    RAM_PH_SIZE=0x40000

    FLASH_START=0x27000

    FLASH_SIZE=0xd9000

    RAM_START=0x20001dc8

    RAM_SIZE=0x3e238

    Do this need any changes to be done?

Children
Related