Hello, I use nrf51422 for my project. I have to collect data via BLE nus from phone, but after that i don't need SD anymore. Can i use blocked hardware, like RTC0, after disable sd? I try to do that, but i get Hard Fault.
Regards Michał,
Thank you for answer. But its still not work. After collect my data i use function sd_ble_gap_disconnect and softdevice_handler_sd_disable. When i want to take another step in debug after this function, its going to hardfault. its look like this:
test=sd_ble_gap_disconnect(m_conn_handle, BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION );
test=softdevice_handler_sd_disable();
ppi_init();
rtc_config();
timer1_init();
Do i need call other function before sd disable?
Regrads Michal,