Hello, i am trying to use system bootloader in STM32F411 for software update via USB. I use a freertos in my project.Workflow is here: By sending a "BOOT" via Virtual Com Port USB, MCU executes folowing code: SpoilerUSBD_Stop(&hUsbDeviceFS);uint32_t ...