2024-01-09 12:53 AM
Hi,
I'm having an error after powering the MCU, it looks like the CPU2 with the BLE stack it's not restarting.
The error occurs when I stop advertising, the BLE status is APP_BLE_IDLE and I turn off the board.When I power-up the board and do the BLE initialization process, the CPU2 looks like it's not answering to the commands. If a software reset occurs with BLE status equal to APP_BLE_IDLE, the systems starts correctly.
How can I tell the CPU2 to reset?
Best,
Pablo
2024-01-09 07:41 AM
It looks like the CPU2 is not running. I have the BLE OTA and a custom application loaded into the MCU. I can update the custom application without no problems, and the BLE stack is still working after the update.
The problem occurs when I start it after power-up, like CPU2 not running or something not initialized.
Does anyone have an idea of what I'm missing in the initialization or de-initialization (turn-off the board) process?
Best,
Pablo