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

Custom Bootloader

Current Situation: I have implemented a bootloader that receives a .hex file and writes the application starting from Sector 2. After successfully jumping to the application, the system runs as expected. The Problem: Once the application is running, ...

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
  • 422 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