I'm running the code as shown in FDS Usage here: http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/lib_fds_usage.html?cp=4_0_0_3_50_3
The FDS_EVT_INIT in fds_evt_handler() does not occur until I flash the application to the nRF52840 dev kit for the fourth time. The first three times fails to have the event. The fourth time and subsequent flashing of the application will have the event occur.
fds_register() and fds_init() do return success.
- Warren