We have a product using the stm32wb55 that can be exposed to strong electromagnetic files. We occasionally see the HCI_HARDWARE_ERROR_EVENT (time overrun) error from the radio and lose the BLE link. Is there a way to restart the radio when this happe
Ideally using something like the HCI_RESET command is preferable for our application rather than simply cycling power or resetting the system. Is there some procedure for recycling the M0 processor in the stm32wb while leaving the application processor running? I'm not finding any informatio on what to do after issuing HCI_RESET to try to get the BLE radio back up.
Thank you.