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

USBX MSC SD card + FILEX SD card problem

Hi, i'm trying to make a firmware that can read an SD card with filex but that can also connect that SD card to USBX MSC device (no simultaney). i'm able to do the two functionality in two separate firmware, but the problem is to merge. for now is su...

ABasi.2 by Senior
  • 53 Views
  • 2 replies
  • 0 kudos

DMA Circular mode misalignment

Hi everyone!I'm trying to figure out what's wrong with my SPI Peripheral continous transmitting/receiving via DMA in Circular Mode. I think I have coded a pretty basic "Hello, World" for working with DMA, I've just generated code from .ioc file and t...

g_timp by Associate
  • 156 Views
  • 8 replies
  • 1 kudos

STM32U073 LPUART not waking from STOP2

Hello,I'm working on a low power project using STM32U073 with FreeRTOS, LPUART2 and LPTIM1.To achieve the lowest system power possible I am trying to use STOP2 for when the system is idle.Currently I have LPTIM1 releasing a semaphore every 1 second w...

Getting HAL_Delay() working in external loader

Hello, i created a custom external loader for a STM32F429 board.The problem is now, my code needs HAL_Delay() for generating short delays between flash device accesses. And the code freezes when executing HAL_Delay(). So i have read that interrupts a...

sk-st by Associate III
  • 100 Views
  • 3 replies
  • 0 kudos