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

Resolved! STM32U5 + PWM + DMA

I'm able to generate a simple PWM signal but I wasn't able to generate arbitrary waveform with DMA (HAL_TIM_DMABurst_MultiWriteStart).How should be configured the DMA ?Is there an example that use PWM with DMA on STM32U5 ?

nicolas by Senior II
  • 282 Views
  • 13 replies
  • 0 kudos

Resolved! ThreadX Modules with CMake

Hello community,I have been working towards getting a prototype ThreadX modules project on my board (Nucleo U545RE-Q) using CMake from a generated STM32CubeMX project. I have been loosely following the documentation https://github.com/eclipse-threadx...

dbit by Associate II
  • 182 Views
  • 4 replies
  • 0 kudos

Resolved! NetXDuo WebServer File Upload

Hi everyone,I am trying to send the firmware to the MCU via webpage. I want to send chunks of the file (4096 bytes) to the mcu, so it can store in ram, do some checks and then store it in an external memory. The firmware size can be maximum of 1.7MB ...

coso2 by Associate II
  • 75 Views
  • 2 replies
  • 2 kudos

Resolved! STM32 ADC + DMA does not update value

Board: NUCLEO-144 STM32H723ZGI'm using ADC_3 with 8-bit resolution, trying to measure an analog sine wave of 1 kHz as a stimulus.I'm trying to use the ADC with DMA. However, I am unable to get any values other than zero. I have tested it in polling m...

_summer_intern__0-1750425468272.png _summer_intern__1-1750425517606.png _summer_intern__2-1750425596843.png _summer_intern__4-1750425625042.png

GPDMA - Linked list - SPI

Hi to everybody.I can't get spi to work with linked lists. I followed the procedures in the documentation but it still doesn't work. Maybe someone can tell me why.This is my configuration: STM32U575, cubeMX 6.12.0, cubeIDE 1.9.0The linked list has tw...

gius2705 by Associate
  • 121 Views
  • 3 replies
  • 0 kudos