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

Resolved! USBD_CDC_ACM_Activate() never get called

Hi,I have implemented CDC USB device on my custom board using STM32C071CBT6. When i connect USB cable to host PC then I can see Virtual COM Port on PC as 'USB Serial Device (COMxx)' However, I tried transmitting some data which I could not receive on...

PPate.1 by Associate III
  • 484 Views
  • 2 replies
  • 0 kudos

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