STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1204 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
  • 725 Views
  • 3 replies
  • 1 kudos

Resolved! Baud rate of 4Mbps

Hello everybody,This is my first post hope i wll get the answer.I am building a spectrometer for which i am using a stm32f401re board and i need to sample the data coming from a sensor at 250kHz which nearly gives a data rate of nearly 4Mbps so do i ...

Resolved! HSI vs HSE for CAN

Hi,On an Stm32f4 based board, we have the external crystal (8MHZ) mounted. The Firmware however uses HSI clock. Does the HSI drift have an impact on CAN communication with another device over a long period of time(say weeks)? Is it recommended to use...

krishr by Associate III
  • 597 Views
  • 2 replies
  • 1 kudos