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

STM32H723VGTx DMA TX reboot use fail

Cube setting is OK!First run OK!if(HAL_OK != HAL_UART_Transmit(CO_INFO.channel, co_dma_tx_data, send_len, 0xFFFF))    {        DEBUG_PRINT("CO MODULE SEND DATA ERROR!!\r\n");    } Then setting OK!if(HAL_OK==HAL_UART_AbortReceive(CO_INFO.channel))if(H...

Resolved! LwIP heap memory in DTCMRAM

Hi there!I already configured LwIP package and make it work on a NUCLEO-H755ZIQ following @Adam BERLINGER gude in the Knowledge base section:https://community.st.com/t5/stm32-mcus/how-to-create-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49...

iTTy by Senior
  • 1997 Views
  • 5 replies
  • 4 kudos

STM32H757-EVAL SDMMC1 not working

Hi,we are trying to get SDMMC1 running on our evaluation boards (STM32H757-EVAL) but without any success so far.To further investigate the issue we started a new project from scratch, using CubeMX with sdmmc1 enabled. It doesn't work neither.btw: boa...

TomHoMe by Associate
  • 94 Views
  • 2 replies
  • 0 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
  • 211 Views
  • 6 replies
  • 0 kudos

Resolved! Timer and ADC on STM32F429

Hi,I want to kick ADC1 IN5 with the Timer TIM2. I'm working with CubeIDE.I select:ADC1 -> ADC_Regular_Conversion_Mode -> External Trigger Conversion Source  -> Timer 2 Trigger Out eventTIM2 ->  Trigger Output (TRGO) Parameters -> Update EventBut ADC1...

DetlefS by Senior
  • 311 Views
  • 18 replies
  • 2 kudos

Resolved! Unable to read device id from ROM table

Hi,I am currently facing an issue while connecting to the STM32 board using STM32CubeProgrammer. The tool consistently shows the error: "Unable to read device ID from ROM table."I have already tried the following troubleshooting steps:Performed a har...

USB Host on STM32F7 - Suspending a device

I am using the ST Host library version 3.54 on an STM32F769 device, supporting HID devices.  I am using the internal Full Speed phys.I have a USB mouse connected and all works fine, however I would like to save power when the mouse is not being used ...

barryccl by Associate II
  • 70 Views
  • 2 replies
  • 0 kudos