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

radio detect ,flash erase and store

i want to erase and store the flash after detecting the radio active.

The radio signal is also active, when i erase and store .

Do erase and store the flash may influence the interrupt ?

static void radio_notification_init(void)
{
	uint32_t err_code;	
	err_code=ble_radio_notification_init(APP_IRQ_PRIORITY_HIGH,
					 NRF_RADIO_NOTIFICATION_DISTANCE_4560US,
					 ble_flash_on_radio_active_evt);
	APP_ERROR_CHECK(err_code);	
}
Related