User Activity

Hi, I try to save the configuration application in the internal flash memory of my STM32WB55 with this next fonction : static int write(long offset, const uint8_t *buf, size_t size) { size_t i;   uint32_t addr = stm32wb_onchip_flash.addr + of...
Hi, I would like to use OpenBootloader on my STM32WB35 but I do not find any exemple about it. There is a repository on the official STM github but it is empty :  Maybe somebody from STM can correct this  I already checked the STM32Wb package and th...
Hi, I try to implement an USB CCID device on an STM32WB55 MCU and the stm32_mw_usb_device release V2.11. I do not find any documentation about how to use this implementation... Today, I created an USB peripheral that is recognised by Windows as CCID ...