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

if ble_flash_page_read would lead to BLE connection fails??

In my project,I want to send commands when BLE is connecting to read datas in the nrf51822 internal flash which were writen into the flash previously , but I found the ble_flash_page_read would interrupt the BLE connection. so I want to know if the ble_flash_page_read would lead to the BLE connection fails ? my softdevcie version is s110_nrf51822_5.2.1 ,SDK version is nrf51_sdk_v4_3_0_27417.

Related