STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

How to select STM32H7 CubeMX LL drivers

Hi,STM32CubeMX H7 firmware version 1.4 includes LL drives, but how do you select them in CubeMX? Specifically for the LPUART.Only the HAL selection shows up for an existing and newly created project. See screen shots.Thanks.

0690X000008BXyjQAG.png 0690X000008BXyeQAG.png

DMA CubeMX enabling for HAL_SPI_TransmitReceive_DMA()?

Hi there,I am currently using the HAL_SPI_TransmitReceive() function for back-to-back read/write with a GPS modem as the slave. If i want to now implement the SPI coms with DMA, what is the correct DMA channel config in CubeMX?Only one DMA channel is...

NA1 by Associate II
  • 575 Views
  • 3 replies
  • 0 kudos

Resolved! UDP Echo server not working

Working on a basic UDP Echo server with STM32F429ZI. I had CubeMX add lwIP into the project, but its doesn't seem to receive any packets when I send them. DHCP seems to work as I can see an IP getting assigned on the router. void udp_echoserver_recei...