No user events after advertisment starts (IPCC_C1_RX_IRQHandler stops )
Hi there, I have set up my STM32WB55 nucleo board up to work in the platform for my company. So far, the UART and GPIO are working. But I'm stuck on the BLE. I can set it up and find it with my phone, but when i connect to it, it doesnt get me an user event. I It's kinda strange because I get these IPCC_Rx interrupts in the APP_BLE_Init(), but when it starts advertising and I connect(which is working, i can read attributes on my phone) I don't get an interrupt. I also noticed that the timer that handles the connection state machine to restart the adversting when nobody connects to it, also doesn't work.
I checked with the BLE_BloodPressure example from ST and when i connect to this, it generates an interrupt.
Hope somebody can help me, I've been stuck for some days now on this problem