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
  • 1221 Views
  • 4 replies
  • 0 kudos

Resolved! Need help with STM32F407 HTTPD POST function

I've been working with STM32F407 httpd POST for the last week. I've got everything with the POST working but I have one problem that I can't resolve. I don't know if it is a C problem or an LwIP problem, but I suspect it is LwIP.I have code that I se...

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
  • 576 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...