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

Difference between STM32CubeIDE and GDB

I'm a newbie to STM32 programming, but have 25+ years in desktop development.I've created a PCB with a STM32F042F6 mcu (based on a working design). I added pins for a SWD port and I have an LED connected to PortB1.I've used STM32CudeIDE to create a s...

DMoor.6 by Associate II
  • 983 Views
  • 2 replies
  • 0 kudos

STM32F427 PTP Implementation

Posted on May 30, 2018 at 12:08Hi everyone,We are using the STM32F427.We have devices that need to work synchronously.So we decided to use PTP but we have no experience in this matter.I have reviewed the AN3411 document to learn how to use PTP.But I...

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...

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 code loops, failing to connect via this call nxd_mqtt_client_login_set(&mqtt_client,MQTTNAME, STRLEN(MQTTNAME),MQTTPASS, STRLEN(MQTTPASS)). After failing, nxd_mqtt_client_disconnect(&mq...

JVand.12 by Associate II
  • 577 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
  • 2269 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
  • 1792 Views
  • 5 replies
  • 0 kudos