User Activity

Hello, My problem is that I have a custom STM32WB55RG board and I want to use ADC reference voltage as 1V or as close as possible to 1 V. My questions are:1- In datasheet, it states that "If VDDA> 2V, it should be 2<Vref<VDDA and if VDDA<2V, Vref sho...
Hello everybody, I am currently building a STM32 BLE software and in this software I got a very long custom loop. My problem is I want to continously check whether there is data received with BLE, if there is, process the data, and return to main loo...
Hello,I am working on a STM32WB55RG BLE Project and the problem is that about once in every 3 program that I upload, BLE doesn't work. After reupdating the BLE Stack firmware, it works correctly. I am using the BLE firmware v1.16.0.4.  What could be ...
Hello, I want to develop a software which includes an external interrupt for sleep mode and it should be enabled before entering sleep mode. For this purpose, I use: HAL_NVIC_SetPriority(EXTI0_IRQn, 0, 0) ;HAL_NVIC_EnableIRQ(EXTI0_IRQn); When I choos...