Hi I have tried to make use of the FDS for storing data and encountered this behaviour. The required setup of the sys_evt_dispatch() & fs_sys_event_handler(sys_evt) are done.
The following steps are carried out. fds_register(fds_evt_handler); fds_init(); fds_record_write(&descriptor, &record);
I set the breakpoint in the fds_evt_handler(), only FDS_EVT_INIT can be observed and no FDS_EVT_WRITE which i expect after the fds_record_write()
Is there anything not set up properly. Please advise.