2023-10-12 05:22 AM
Hi hope you guys are well, When i call the function to turn the BLE on, it starts to advertise but i dont know to get out of that function , means in the main while loop the code is stuck at MX_APPE_Proccess(), i did the debugging but its just looping the same function (void UTIL_SEQ_Run( UTIL_SEQ_bm_t Mask_bm )
{)
i want to move to next statements in the main while loop
Solved! Go to Solution.
2023-10-14 06:43 AM
Here somebody suggested using the hci_reset() function. You can check these answers if it helps.
https://community.st.com/t5/stm32-mcus-wireless/stm32wb55-ble-on-off-function/td-p/114345
2023-10-12 05:30 AM
Which particular board/chip are you using?
2023-10-12 05:34 AM
STM32WB55 Nucleo board
2023-10-14 06:43 AM
Here somebody suggested using the hci_reset() function. You can check these answers if it helps.
https://community.st.com/t5/stm32-mcus-wireless/stm32wb55-ble-on-off-function/td-p/114345