cancel
Showing results for 
Search instead for 
Did you mean: 

BLE disconnection issue on STM32WB5MMG

Gk.1
Associate II

I am using BLE peripheral on STM32WB5MMG module. For some reason the BLE gets disconnects on its own and not able to connect it again when it disconnects on its own. So I want to understand on what event BLE gets disconnects. Is it anyway possible to get events due to which disconnection happens from the firmware itself, since I am not getting disconnection event on the firmware. For now I am using NRF app to connect to BLE and I have enclosed the image on what I have observed on the app. Just wanted to know how can I find reason for disconnection happening through function available in STM32CubeIde.0693W00000FDrOCQA1.jpg

3 REPLIES 3
Gk.1
Associate II

After making the changes in code I am getting the event due to which ble disconnection is happening as following: HCI_HARDWARE_ERROR_EVT_CODE. After this I want to reset just the BLE core to enable the connection again without resetting the whole system.Any idea on how I can reset this?Please do suggest.

SMane.2
Associate II

Hi @Gk.1​ did you find any further solution...I am facing the similar issue

PMera.1
Associate II

Same here.