cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB CPU2 stops after several connect/disconnect sequences

msemegen
Associate II

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?

3 REPLIES 3
Remy ISSALYS
ST Employee

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

msemegen
Associate II

Hi,

I'm using STM32WB55 nucleo board with stm32wb5x_BLE_Stack_light_fw.bin ver. 1.14.0.5

msemegen
Associate II

Ok, problem solved - my fault :)