STM32WB5MMG6 BLE_LLD works at 3.3V but not at 1.8V
I'm currently testing the BLE_LLD examples provided by st. I have two Nucleo Boards one running BLE_LLD_Lowpower and one running the BLE_LLD_Pressbutton example. That example works fine and I can change whatever is transmitted.
If I use the same BLE_LLD_Lowpower example on one of my own PCBs with a STM32WB5MMG6 module I can only make the example work if I provide 3.3V. If I change the supply voltage to anything else than 3.3V it only transmits one package. But as soon as it enters the LL_PWR_MODE_STOP2 low power mode and wakes up from it, it seems to be stuck at some point. If I debug said example at 1.8V it keeps on running. (I think it won't go into sleep mode).
If I run both examples unchanged and run the Lowpower example at 1.8V I get the same results.
Is there an explanation for said behaviour? Any help appreciated
