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

nrf flash_fstorage

hi. I use sdk16 and ble sample like kb or mouse.  i want to save some data in ic. with flash_fstorage. 

i see flash_fstorage example .it can use SOFTDEVICE_PRESENT for save.

but i use in ble sample, it can not save .it happen "app_error_fault_handler". 

if i do not use SOFTDEVICE_PRESENTflash_fstorage can save data .but if use  SOFTDEVICE_PRESENT in ble sample, it can not.

why? please.

Parents
  • i use  nRF5_SDK_16.0.0_98a08e2\examples\peripheral\flash_fstorage\pca10056\s140\arm5_no_packs is OK.

    but use nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hids_mouse\pca10056\s140\arm5_no_packs

    and the same code like flash_fstorage intialize , but it happen  "app_error_fault_handler".

    only sdk_config.h maybe different.

    where is different , i do not konw.. 

Reply
  • i use  nRF5_SDK_16.0.0_98a08e2\examples\peripheral\flash_fstorage\pca10056\s140\arm5_no_packs is OK.

    but use nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hids_mouse\pca10056\s140\arm5_no_packs

    and the same code like flash_fstorage intialize , but it happen  "app_error_fault_handler".

    only sdk_config.h maybe different.

    where is different , i do not konw.. 

Children
Related