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

STM32U535NEY6Q: STOP Mode

For going to sleep with STM32U535NEY6Q with the following example: ``` cint main(void) {    HAL_Init();    SystemClock_Config();    MX_GPIO_Init();    // ^ // Configure GPIO pin : INT_BUTTON_Pin    // | GPIO_InitStruct.Pin = INT_BUTTON_Pin;    // | G...

Ed_ by Associate
  • 617 Views
  • 1 replies
  • 1 kudos

FileX SD card insertion/removal handling

Hi,how am I supposed so handle the reinsertion event while using the FileX with an SD card? All the examples I saw assume the SD card cannot be ejected while in use which is obviously unrealistic.I tried to do it according to the official docs and wh...

Pajaka by Associate III
  • 2566 Views
  • 9 replies
  • 1 kudos

Trying to adapt stm32f4 for stm32l452RE

Hi all, I'm truying to adapt one file coming fromm stm32f4 discovery board for using UART. But when I try to add it to my STM NUCLEO L452RE board I got an error :         ../Drivers/BSP/uart.c:328:63: error: 'USART_TypeDef' has no member named 'DR'; ...

SBaro.11 by Associate III
  • 661 Views
  • 1 replies
  • 1 kudos

X-CUBE-OPUS

HiI need to import X-CUBE-OPUS on STM32CubeIde. I have tried to use the embedded software manager in STM32CubeIde but it did not work. My goal is to create a project from scratch and after add these middlewares. What is the correct procedure to do it...

Danielemazza_0-1713336085793.png