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

I3C Target DMA Linked List

Hello everyone,I would like to know if there are any examples of how to use I3C with DMA and Linked List for data transmission and reception while acting as a target with STM32H series. The examples with DMA always require a fixed transfer size.I am ...

RFerr.3 by Associate II
  • 1203 Views
  • 1 replies
  • 0 kudos

USB project on H7a3 not running

i'm trying to learn about ST USB LIBRARY AND CLASSES . i tried to run an example on my stm32h7a3ZI-Q board but i didn't succeed . i tried the HID class to make the board act like a mouse . i really copied the MOOC tutorial video step by step and the ...

yessine by Associate III
  • 1559 Views
  • 2 replies
  • 0 kudos

SDMMC FATFS and TouchGfx Memory Issues

I am using the STM32H7B3I-DK and trying to read and write from an SD card using SDMMC1 with TouchGFX running (also FreeRTOS). I have solved a NO_FILESYSTEM ERROR described here. While this allowed me to mount, open, and write to a file, I still get N...