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

STM32N657X0-Q write to spi flash using code

For a project i want to save log files in the external SPI of the Stm32n6 for this is already tried to configure xspi2 and the external memory, but i am not sure if i have done it right. I also have found no source on how to continue with the Code af...

Screenshot 2025-07-17 103829.png Screenshot 2025-07-17 105040.png
Nixxen by Associate
  • 328 Views
  • 2 replies
  • 0 kudos

UART with DMA RX/TX

Dear ST's experts,I want to send/receive data through UART between STM32 and PC. The data must be sent to PC every 500ms and then STM32 receive data from PC. I have configured UART2 with DMA in circular mode. I am using the function HAL_UART_TxCpltCa...

Resolved! SPI with DMA failing on second pass

I'm looking for some guidance on using DMA with SPI. I have the M4 core on an STM32H755 set up as a master in full duplex mode, and as long as I invoke the SPI transfer using interrupts, the program runs fine. When I try to migrate to DMA, however, I...

VO by Associate III
  • 384 Views
  • 2 replies
  • 1 kudos

Resolved! Stm32f407 FPU with threadX

Hello everyone,I'm using AZURERTOS on my STM32F407 microcontroller. My goal is to use the FPU to perform some mathematical operations (FFT, etc.). Could you help me figure out how to activate the FPU and how to tell when it's active, taking into acco...