2022-09-01 04:04 PM
I expirence very strange behavior on STM32WB. After 6 connect/disconnect sequences, CPU2 stops working. I'm not receiving any IPPC interrupts. Last event I get, before CPU2 stuck, is ACI_ATT_EXCHANGE_MTU_RESP_VSEVT_CODE. I tried to call hci_reset function and then reinit BLE stack, but it didn't help. Anyone has any idea what can cause that problem?
2022-09-02 01:05 AM
Hello,
Can you give more information about your setup ? Which BLE stack are you using and which version ? Are you using the nucleo board or custom board ?
Best Regards
2022-09-02 01:41 AM
Hi,
I'm using STM32WB55 nucleo board with stm32wb5x_BLE_Stack_light_fw.bin ver. 1.14.0.5
2022-09-02 02:20 AM
Ok, problem solved - my fault :)