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

nrf_fault_handler_t in SDK 11 with s130

Reading the migration doc at:

<SDK>/components/softdevice/s130/doc/s13x_nrf5x_2.0.0_migration_document.pdf

I see there's a new fault handler type and an implementation of it should be passed to:

sd_softdevice_enable()

I can't make sense of this. None of the example apps even call sd_softdevice_enable(). Instead they call:

uint32_t softdevice_enable(ble_enable_params_t * p_ble_enable_params);

How are supposed to use the new fault handler?

Parents Reply Children
No Data
Related