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

halt Flash write

Dear everyone:

Can you tell me Using built-in flash and use restrictions,

because it halt at ble_flash_page_write() function.

Parents
  • My development environment is nRF6310,sotfdevice s110_nrf51822_5.2.0 I want to write a page data(1kB) to flash(at top of flash,FLASH_PAGE_FLUSATION (NRF_FICR->CODESIZE-1)

    call err_code=ble_flash_page_write(FLASH_PAGE_FLUSATION,data_array,0xFE); function to write data to flash. when master(dongle) un-connect to slave(device).

    When first time ,it can write to flash .but second time, it will block at address a special address(PC,0x2000000A~2000008)

    Could you give me a Direction for this question? and i have a status ,it can connect to slave but not feedback data(at urat sample project)

Reply
  • My development environment is nRF6310,sotfdevice s110_nrf51822_5.2.0 I want to write a page data(1kB) to flash(at top of flash,FLASH_PAGE_FLUSATION (NRF_FICR->CODESIZE-1)

    call err_code=ble_flash_page_write(FLASH_PAGE_FLUSATION,data_array,0xFE); function to write data to flash. when master(dongle) un-connect to slave(device).

    When first time ,it can write to flash .but second time, it will block at address a special address(PC,0x2000000A~2000008)

    Could you give me a Direction for this question? and i have a status ,it can connect to slave but not feedback data(at urat sample project)

Children
No Data
Related