cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB CPU2 reset

MHast.1
Associate II

Hello, how can I call a full reset of the CPU2/BLE stack (as if the device were powered up)?

I'm resetting CPU1, which then restarts the CPU2/BLE stack from some other code. But this causes some corruption with BLE notifications.

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

You can called NVIC_SystemReset fucntion to reset the MCU. In another hand, you can used aci_hal_stack_reset command to reset the Link Layer on an LE Controller.

Best Regards