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

External Loader Problem STM32H743ZGT

Hello everyone,I'm writing this to provide support for my External Loader project for TouchGFX , which I've been working on for a long time.The External Loader file works good with STM32CubeProgrammer. (Write-Erase-Read operations are possible)  LOG ...

celo01 by Associate II
  • 17 Views
  • 0 replies
  • 0 kudos

Serial communication limited to 512 bytes

Hello, I am using a NUCLEO-H7A3ZI-Q to send and receive packets over serial. I have a varying payload size, so I am using: HAL_UARTEx_ReceiveToIdle_DMA(&huart3, rx_buffer, 4096); as this searches for an idle at the end of the frame to begin processin...

Pincate by Associate II
  • 55 Views
  • 2 replies
  • 1 kudos

LwIP crashes on STM32H563

I have an STM32H563 running FreeRTOS and LwIP with the netcon interface.For the most part its working OK, however when I send a lot of data (around 250KB/s for a few seconds) it crashes with a HARD_FAULTIt looks like the memory (pbufs) are being corr...

pbayton9 by Associate II
  • 91 Views
  • 3 replies
  • 0 kudos

USB PD (UCPD) on STM32H562

Hi,I´ve problems getting UCPD running on a STM32H563. With STM32G0 I´ve alraedy realized a lot of such projects with UCPD. Hence I suggest, that it maybe is a problem of the DMA which is much more complicated to configure on the H5. Is there any info...

AWack by Associate III
  • 772 Views
  • 6 replies
  • 0 kudos

Ethernet Lwip Ping

Hi, I want to set up the Ethernet peripheral of the STM32H743 microcontroller using lwIP, but I’m facing a problem and I can’t get a ping response. I have reviewed some codes, but they don’t fully explain the cause of the issue. Does anyone have expe...

STM32H723ZG Ethernet

Hello everyone,I am working with the NUCLEO-H723ZG board and attempting to establish Ethernet communication using TCP/IP. The firmware was built and flashed successfully using STM32CubeIDE version 1.19.0.However, I am facing issues with basic network...

Srivatsan_0-1768820714125.png

Example for USB HID / NUCLEO-071RB

I have a NUCLEO-071RB development board.Is there a ready to run example for this board somewhere?I tried to generate a bare bone example with CubeMX.The code loads and runs but hangs in here:MX_ThreadX_Init =>  tx_kernel_enter => tx_initiali ze_kerne...

nyholku by Visitor
  • 36 Views
  • 1 replies
  • 0 kudos