STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F429 and Erase Sector time

Hello,MCU: STM32F429ZI I am building a bootloader for my project to upgrade the application firmware from SD card.Everything works fine but the total time for a ~2MBytes .bin file is almost 45 seconds. So, i am trying to check each step and try to re...

SKokk.1 by Associate II
  • 524 Views
  • 4 replies
  • 0 kudos

DFU_Standalone project

I am trying to implement the DFU on STM32. So taking the following project as reference.Everything working well.DfuSe_Demo_V3.0.6STM32Cube_FW_F4_V1.25.0\Projects\STM32F429ZI-Nucleo\Applications\USB_Device\DFU_Standalone\SW4STM32But when I reallocate...

FKwan by Associate II
  • 265 Views
  • 1 replies
  • 0 kudos

NUCLEO-H743ZI2 bootloader Issue

Hi,I have shorted BOOT0 pin to Vdd of Nucl0-H743ZI2 and wanted to issue bootloader commands over I2C bus(PF0 & PF1 are used).I am observing RED led to be turned ON as soon as bootloader is loaded and i am not getting ACK from H743 . But if bootloader...