User Activity

Hii Everyone,I'm writing the STM32 DFU bootloader code for stm32f407VG. I configured USB in FS speed and DFU mode and rest are in default configuration. It is able to communicate with STM32 Cube Programmer and I'm able to read memory also but the pro...
Hi everyone, I'm writing my own bootloader for STM32f407VG, in the start address of flash memory. But getting problem GetID command is not acknowledged. I've attached a log also. 10:49:19:443 : RTS low 10:49:19:443 : DTR low 10:49:19:443 : Serial...
Hi everyone,I'm working on STM32f407VG discovery board on linux 20.04 host machine. I've written my own bootloader code starting at address 0x08000000. But when I'm trying to upload my firmware using STM32Cube Programmer its giving me error saying, d...
Hi everyone,I'm using stm32F407VG discovery board and STM32Cube_FW_F4_V1.24.2 fimware for my project. I've included freertos and FATFS in my project. I've created 3 tasks, higher priority task(running at 100Hz) which job is to do some calculation and...