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! STM32H523 classic USB CDC library

Hi,I am creating a project using the STM32H523 microcontroller. One of the planned functionalities is USB CDC communication with a computer (as a virtual COM port device). Since I do not plan to use RTOS, I would like to use the classic USB library.I...

How to interface SD card with Nucleo-H503

Hii, I have been trying to interface Nucleo-H503 with SD card adapter which has SPI pins to interface, in stm32cubeide i selected SPI1 and FileX in the middleware. But unable to get how to write code for it for creating file and saving Helloworld in ...

Shubham08 by Associate III
  • 322 Views
  • 2 replies
  • 0 kudos

Resolved! EXTI strange behavior on stm32h7r3z8t6

Hi, I am building a custom board with stm32h7r3z8t6.  Have a problem with EXTI function: I use 2 EXTIs - EXTI8 in PD8 and EXTI9 on PC8. Both are defined as rising edge interrupt sources. Both pulled down and without any signal. Both are toggling LEDs...

98fd4bbf-88ef-488d-91d6-1e8e70461bc9.jpg MihavinVin_0-1735749775134.png MihavinVin_1-1735750392870.png

a bug in make a event of freertos by cubemx

Hello, I am trying to generate initialisation code for CubeIDE using MX. Functions starting with ‘xevent’ compile successfully in CubeIDE, but in MDK it reports an error indicating that ‘)’ is missing before the function. Do you have any idea what is...

QQ浏览器截图20250101215237.png
szw by Associate
  • 243 Views
  • 1 replies
  • 0 kudos

Stuck in RTC_EnterInitMode

After connecting to a X-NUCLEO-LPM01A board for power consumption test , RTC init will not end.Stuck in this while loop:  tickstart = HAL_GetTick(); /* Wait till RTC is in INIT state and if Time out is reached exit */ while ((hrtc->Instance-...

DS.4 by Senior II
  • 2873 Views
  • 6 replies
  • 0 kudos