Skip to main content
msemegen
Associate III
September 1, 2022
Question

STM32WB CPU2 stops after several connect/disconnect sequences

  • September 1, 2022
  • 3 replies
  • 840 views

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?

This topic has been closed for replies.

3 replies

Remy ISSALYS
ST Technical Moderator
September 2, 2022

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
msemegenAuthor
Associate III
September 2, 2022

Hi,

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

msemegen
msemegenAuthor
Associate III
September 2, 2022

Ok, problem solved - my fault :)