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! I2S + DMA configuration

I have NUCLEO-F756ZG board with STM32F765ZG and I have hooked up ICS43434 mic into I2S1 bus. Now I have been scratching my head for a day to figure out how to get data out from that puppy. Or actually getting data out is simple, but to make it sane i...

JusbeR_0-1746793869493.png JusbeR_1-1746793913913.png
JusbeR by Associate II
  • 452 Views
  • 8 replies
  • 0 kudos

USBX Device CDC ACM problem

Hi all,I am writing to you because I am trying to understand how to make the USB CDC ACM work on the Nucleo U5A5ZJ board. First of all I analyzed some ST webinars and tested the UX_Device_CDC_ACM program which works correctly. I tried to reproduce it...

How to use SSD1315 Library

Hi!I'm trying to make a LCD screen work, but without success.I found this library:https://github.com/STMicroelectronics/stm32-ssd1315But I can'd find more documentation with examples (how to initialize).Can you give me a "wire"? Now I'm using a ssd13...

cyberpex_0-1740617468809.png
cyberpex by Associate II
  • 1020 Views
  • 6 replies
  • 3 kudos

STM32 HAL Tick Timer - Handy Hint #3

The HAL tick timer interrupts the MCU every 1 ms. When using FreeRTOS it is best to set the HAL Tick source to a timer rather than the system tick interrupt.  Delays in freeRTOS are created using vTaskDelay() or vTaskDelayUntil() and don't use the HA...

Resolved! stm32f429ı_dısco not written sdram

hello i have stm32f429i-disco card. fmc settings are configured. i defined sdram in the linker file but variable sdram is not written. can you help me? i am using cubeide. my linker file is attached and i am attaching the photo of my fmc settings. my...

Ekran görüntüsü 2025-05-07 223050.png
edramden by Associate II
  • 293 Views
  • 5 replies
  • 0 kudos

MIPI-DSI LTDC configuration lcd

Hello everyone, I need help with a DSI + LTDC configuration.I'm working on a custom board with an STM32H747BIT and trying to drive a 720x1280 RGB888 display without GRAM, using the ILI9881C controller via DSIHOST + LTDC.Here’s the situation:I’m curre...