User Activity

Hi,I am now using STM32F730 and its embedded High Speed USB to do my project.The following sequences are made:In the bootloader, a USB HID device is created and connected to PC. I use this bootloader to download the application code into flash.After ...
Hi,I am now trying to make my own SBSFU project to receive the firmware from the USB HS interface instead of the UART interface.However, the USB related code caused the memory fault exception.I've extended the size of MPU protection to 512KB with ful...
Hi I am now trying to port the SBSFU project to my STM32F730 discovery board.I would like to use the SBSFU in single image mode to upgrade the firmware in the external Nor flash connected via the QSPI interface.My idea was to replace the flash relate...
Hi, I just went over the X-Cube-SBSFU material and tried to compile the example projects to get an overall picture of this function.The MCU I used is STM32F730I8 and I am using the STM32F7308-DISCO board.As only 64kB flash is available in STM32F730 s...