2023-10-25 07:51 AM
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.
2023-12-05 06:50 AM
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