STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 Xmodem Protocol Hex File Parsing

Hi,I am trying to update the firmware with an xmodem protocol over a uart with stm32. I convert the hex file created by CubeIDE into an Xmodem 1k package and send it. The bootloader I wrote in Stm32, receives this data and writes it to the necessary ...

mehmetdm by Associate
  • 830 Views
  • 8 replies
  • 6 kudos

STM32F429ZI NUCLEO connect MQTT broker

I'm facing an issue connecting STM32 to the MQTT broker. The mqtt_status has 4 states: MQTT_START, MQTT_CONNECT, MQTT_SUBTOPIC, and MQTT_RUNNING.enum mqtt_status{    MQTT_START = 0,    MQTT_CONNECT = 1,    MQTT_SUBTOPIC = 2, MQTT_RUNNING = 3};this is...

QuangIoT by Associate II
  • 623 Views
  • 5 replies
  • 0 kudos

LWIP RX_POOL problem

I am using FreeRTOS and lwIP (callback api) on the STM32F407. I have 1 UDP and 2 TCP ports. After a few hours, the struct pbuf_custom *p = LWIP_MEMPOOL_ALLOC(RX_POOL); operation returns NULL. When I checked the ethernetif.c file, I noticed that the E...

Unable to pair DWM1000

I am trying to use DWM1000 for ranging as well as communication but I am unable to do it . I debugged the code and Know that Initiator is sending data but is not being heard . The Rx buffer in responder is geting updated by random values.I have attac...

Rituraj by Senior
  • 1012 Views
  • 18 replies
  • 2 kudos

Resolved! Bug in STM32H7 OSPI HAL Drivers RX DMA code

Hi there,just found out, that there's a severe bug in STM32Cube_FW_H7_V1.11.2, file stm32h7xx_hal_ospi.c at line 1599 (Function HAL_OSPI_Receive_DMA), which prevents the OSPI DMA Receive mode from working correctly:   /* Enable the transmit MD...

hknief by Associate
  • 285 Views
  • 1 replies
  • 0 kudos