Hi,
I run the demo program "ble_app_hrs_freertos" and the ble can advertise, and my phone can find the device,but can not connect to it.
When I run demo program "ble_app_blinky" it's all ok.
I think there is something wrong with these macors value:
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x10000
FLASH_START=0x26000
FLASH_SIZE=0x5a000
RAM_START=0x200022b8
RAM_SIZE=0xdd48
I don't know the meaning of these macors, is there any documatation to introduce how to use these macros.
Or is there any other problems affect the bluetooth.
Thanks.