Hi @rajdeep_01 , Hi @Wladimiro_Gaiotti ,Let me update this old topic with some news :I confirm there is two valid options to run BLE over STM32WBA52 without LSE. Both solutions are validated for BLE.Option #1 : Running using HSE_DIV100I do confirm t...
Hi @AhmedHarb96 ,Let me share one important update since our initial update 2y ago.BlueNRG-LP and BlueNRG-LPS line have benn rebranded as STM32WB06/07 and STM32WB05 respectively.The STM32WB0 family's is fully supported by the STM32Cube ecosystem (inc...
Hi @rajdeep_01 , @STTwo-32 ,Let add a comment to previous answerThis is true that at board level, NUCLEO-WBA52 connectivity examples have been replaced by NUCLEO-WBA55 - STM32WBA55 is a "superset" of the STM32WBA5x family. At chipset level STM32WBA52...
Hi @Community member ,Indeed, you are right - this is not needed in that particular example. By default using following line : BlueNRG_Sleep(SLEEPMODE_NOTIMER, 0, 0);It means that application is requesting to enter SLEEP mode forever without any wa...
Hi @Community member ,This parameter is used to select a wakeUp source on GPIO. In most of code examples, this wake up on GPIO functionality is not used and so this parameter is left to 0 - It requires to be set only if needed with correct value.Y...