STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 library issues fixed?

Several years ago we started a project using an F429 main and 8 F413 slaves, communicating over an SPI bus. In 2020 we stopped the project because of too many problems with ST-provided drivers/stacks, especially Ethernet/lwip and USB, and very poor F...

How to reconnect to MQTT after the server restarts?

Using the B-L462E cellular board with Azure NetX MQTT code to connect to, publish and subscribe topics on my own mosquitto server. How can I reconnect to MQTT after the server restarts? Code is attached. When the mosquitto server is shut down, the co...

JVand.12 by Associate II
  • 1321 Views
  • 0 replies
  • 0 kudos

Hard faults, but not really == impossible to debug

In a current PCB design, SWD debugging is very erratic. Stepping through the code line-by-line works fine, but executing multiple lines will sometimes result in an apparent crash with a call stack like0x08061300xfffffff9which doesn't make any sense f...

YvanR by Associate II
  • 4132 Views
  • 5 replies
  • 0 kudos

STM32H7 I2S DMA RX problem but not TX

HiI am stuck with STM32H743IIT I2S DMA RX ..The code is working perfect when uncommet HAL_I2S_Transmit_DMA (Line 29) but when uncomment line 31 HAL_I2S_Receive_DMA it feedback HAL_OK but do never go into the callbacks ..What can be the issue ?Best re...

hjh by Associate III
  • 3511 Views
  • 5 replies
  • 0 kudos