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

Allocating DMA buffers on Heap

Hi everyone, I was wondering if is it valid to allocate DMA buffers for USART/SPI etc.. on the heap using aligned_alloc() function?My board is the NUCLEO-H743ZI2  If its possible - is it good practice?Thanks, Ariel

Ariel1 by Associate III
  • 227 Views
  • 2 replies
  • 2 kudos

Dual Core Debug on STM32H755

I'm developing a project with the dual-core STM32h755zi-q, but when I run the m4 core while debugging, I encounter the error, "Break at address "0xa05f0000" with no debug information available, or outside of program code." I've configured the debuggi...

Screenshot 2025-07-23 at 12.16.20.png

Resolved! STM32 Touch Sensing issue with ChD->Delta

Greetings! I am testing a touch button in a custom board using stm32u585 mcu. I try to follow the following workshops available on YouTube: Workshop 1 Workshop 2 The thing is, I tested in Debug Mode like in Workshop 1 in minute 15 and I could see the...