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

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
  • 823 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
  • 158 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...

LWIP & FreeRTOS - code getting stuck

Hi allI am trying to make project on LWIP & FreeRTOS on STM32f407vgtx board issue what I am facing is when code is getting stuck and no task is hitting .I am sharing my project can you please check once .note: in task I am have called Lwip_Init in my...

Ash1 by Associate III
  • 128 Views
  • 2 replies
  • 1 kudos