User Activity

Hi,I try to set FUOTA with FREERTOS on NUCLEO-WB55 demo board.I start with the BLE_HeartRateFreeRTOS, I built it, flash it and all is ok.Then I flash OTA bootloader (I know it's working also cause I try to update with BLE_p2pServer_ota project and it...
Hi,I start a project with a custom board with STM32WB55 MCU on it.I wrote a simple code to work with PWM output at 100kHz on the channel 4 of TIM1 with 50% duty cycle. When I check the signal on the pin A11 all is ok.Then I start à new project from B...