STM32wb Unable to start the advertising
Hello Geeks!
I'm playing with STM32WB.
Actually, I'm using in one of our product as an SOC
I'm using the Former version of the Cube packages, i guess "1.7.x"
As we all know, the former version of the Cube packages was unstable and almost impossible to play with the Cube generated file
And, that's how i'd just adopted the RF stack from the FreeRTOS HeartRate demo
The entire code was Working for me, before few days also (Including BLE part)
--- PROBLEM STATEMENT ---
But Now the problem is, when i have update the latest Cube packages then Suddenly BLE stops the advertising
I have debug the Code line by line and here is the debug result
- APPE_Init ----> Called
- appe_Tl_Init ----> Called (Init Transport layer)
- ShciUserEvtProcess ----> Thread Created
- TL_Enable ----> Called
- LL_PWR_EnableBootC2 ---> Called (C2BOOT bit Set to 1)
Now the issue is ShciUserEvtProcess Thread is always wait forever (Waiting for to set the flag during shci_notify_asynch_evt Call, but unfortunately it's never ever call!)
And.... That's how my Custom serveries never called!!! (Which was working before)
Any suggestions ST Community ???
Thanks