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

STM32U5 SDMMC1 FATFS integration

Hi guys, I'm trying to implement a sd card interface for the STM32U5 series using SDMMC1 interface. Since there is no native FATFS support over CubeMX, I guess, I started to use the generic fat file module from elm-chan.Basic configuration:1. SDMMC1 ...

Julian__0-1746000981422.png
Julian_ by Associate III
  • 3490 Views
  • 21 replies
  • 7 kudos

STM32L0xx correct SVD files

When looking through the STM32L072 SVD files (from https://www.st.com/resource/en/svd/stm32l0-svd.zip) I noticed that the RCC CIER register is read-only, whereas in the reference manual it's read-write, which makes logical sense. Is there an updated ...

Resolved! ATOMIC_SET_BIT() stopping code execution

A similar problem to this post but not quite the same:I've got my own low-level LPUART transmission code, it works like this:1) Initialize LPUART in FIFO mode with thresholds at 1/2 full2) When a buffer needs to be sent, write bytes to TDR until all ...

STM32U5A9J-DK-FreeRTOS and X-CUBE-USB-AUDIO

I've an STM32U5A9J-DK-FreeRTOS and I was looking to a way to stream audio from the PC to the board and vice-versa using the USB-C on board port.I've seen that there's a CUBE extension X-CUBE-USB-AUDIO but it feels it is specifically for the STM32F7Al...

nico23 by Senior III
  • 492 Views
  • 4 replies
  • 2 kudos

STM32G0B1 USB HID Host

Hi,I´m trying to get a USB HID Host running on a STM32G0 with STM32CubeMX and STM32CubeIDE.Unfortunately all examples or topics in ST communities don´t really work. Also the USB wiki doesn´t provide a clear explanation of all commands available in th...

AWack by Associate III
  • 549 Views
  • 2 replies
  • 0 kudos