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

How used fdataStorage with FreeRtos hts example

Hi, I try to use the example ble_peripheral -> blr_freertos -> ble_app_hrs_freertos and I add to the thread a fds_register() and fds_init(). Problem: In the call back function, fds_evt_hanfler, FDS_EVT_INIT flag is received but not FDS_EVT_WRITE after a writing operation and fs_sys_event_handler(sys_evt) is call in sys_evt_dispatch. How can I resolve this problem? Thanks

Related