STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H743 USB code generation problem

I'm using an embedded hardware design based on the NUCLEO-H743ZI. Within the SMT32CubeIDE I configured all of the pins and set up the clock according to my PCB, I'm using an external LSE 32.768Khz and no external HSE. The PCB is set up to utilize VBU...

Erric by Associate
  • 362 Views
  • 1 replies
  • 0 kudos

Resolved! lwip cgi help

Can anyone help me please?I'm using LWIP and CGI SSI and http webserver. I've written an html form on my webserver that when submitted sends 16 parameters (each of 32 byte length) as a get. This crashes my webpage and the code never reaches the cgi h...

###### by Senior
  • 2399 Views
  • 6 replies
  • 1 kudos

STM32F429IET6 Ethernet SW Reset Timeout

I have a custom designed board using a STM32F429IET6 and LAN8742A.While attempting to bring-up ethernet and LWIP (fails w/o LWIP at the same spot) the code continuously fails in stm32f4xx_hal_eth.c in `HAL_ETH_Init` while waiting for the SW reset to ...

clock_setup_f429iet6.JPG
CLake.2 by Associate
  • 441 Views
  • 2 replies
  • 1 kudos

STM32L4 SPI SD Card with FATfs and USB MSC

Using stm32f767zi microcontroller and sd interfaced with spi and interfacing usb_host_msc code below tutorial following its working only when i sperately using but interface with sd card with pi below issue is getting https://embetronicx.com/tutorial...