STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART transmission

Hi, I am implementing UART transmission using DMA. The output of the TX pin is hooked up to logic analyzer and shows that some data remains on the tx pins after the board being updated with new version of the code. The data shows even if I remove the...

476RG_3-1720538539999.png 476RG_1-1720538201748.png 476RG_2-1720538435251.png
476RG by Associate
  • 835 Views
  • 5 replies
  • 3 kudos

Resolved! How to read/write the file system of the flash

Hi, All    when I power on the U575 eval board, the file system of flash chip come out immediately on my computer as the attached  picture. My question is how to read/write the file system from MCU of U575 by firmware? Anyone has the experience or an...

image.png

Migration from STM32L to STM32H5

We have product running with STM32L162ZET6 successfully. Because of memory constraints on future developments , we wanted to use alternative part for it. During research, we found STM32H533ZET6 by Hardware engineer.After comparison, we found that arc...

Janardhan by Associate II
  • 1571 Views
  • 8 replies
  • 4 kudos

Resolved! Ethernet Lwip Problem STM32H735

  /* add the network interface (IPv4/IPv6) with RTOS */ netif_add(&gnetif, &ipaddr, &netmask, &gw, NULL, &ethernetif_init, &tcpip_input); while(1){ /* Registers the default network interface */ netif_set_default(&gnetif); if (netif_is_link...

Kuttay by Associate III
  • 1005 Views
  • 3 replies
  • 1 kudos