User Activity

Hi,I am using the EEPROM_Emul module since I don't have any EEPROM available on my hardware. After adding this module to my project the GCC compiler started to throw the warning "LOAD segment with RWX permissions". I've seen other posts explaining ho...
Hi all,When I wake up from Standby mode and reinitialize the pins and peripherals, they still don't work. Below is my STBY_SysHwRestore() routine, where I reinitialize clocks, pins and peripherals, but the rest of the code does nothing when they acce...
Hi,I need to add OTA functionality to a CubeMX generated project. The readme.txt file from the BLE_HeartRate_ota project has a note saying "Remove the update of SCB->VTOR in the file system_stm32wbxx.c". On my current CubeMX generated project the SCB...
Hi all,Some of the ST BLE microcontrollers now support BLE 5.4. Can anyone point me out any code example or application note with Encrypted Advertising Data feature that is specified on the latest BLE specification?I am working with STM32WB series......
Hi,My application (WB15CC) stays most of the time in standby mode transmitting the advertainment packet. After a couple of minutes, the advertainment packet must be updated. When I try to update the packet after waking up from the standby mode, the f...