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! Dual Regular Simultaneous Mode ADC1 and ADC2

Hello,from recently I have a problem using STM32F407VGT6, moreover, I am unable to get consecutive conversions in the DMA buffer. For example I want to use Dual Regular Simultaneous ADC mode to obtain results from 4 channels (2 in ADC1 and 2 in ADC2)...

Screenshot from 2025-11-30 08-40-28.png Screenshot from 2025-11-30 08-41-13.png Screenshot from 2025-11-30 08-44-57.png
richi by Associate III
  • 50 Views
  • 3 replies
  • 0 kudos

Fix for STM32G0B1 USB MSC Bootloader

stm32-hotspot BOOTLOADER_USB_MSC_STM32G0 can be used as a good starting point for a USB MSC bootloader. The provided examples work, but if the application size increases, the bootloader will be erased, finally causing a hard fault.It took a me while ...

etik by Associate
  • 147 Views
  • 2 replies
  • 0 kudos

Resolved! Clean jump app to app

Hello,WORKING ON : STM32H753I am looking to implement a jump from one application to another on an STM32H7 (Cortex-M7), so that the new application starts as if the microcontroller had just been reset: MSP initialized, VTOR set, caches (and MPU maybe...

HugoSTM32 by Associate III
  • 125 Views
  • 3 replies
  • 2 kudos

> 4 virtual COM Ports on STM32H7 using USB

I am trying to start 6 virtual com ports over usb. I could start 4 using a USB composite pack made by a developer. From what I have read and tried, there are not enough endpoints for 6 com ports and only maximum for 4 (9 bidrectional EPs, 1 reserved ...

caas05 by Associate
  • 97 Views
  • 2 replies
  • 3 kudos

USBX MSC *media_status value meaning

Hello!i'm developing a firmware that use an SD card connected to USBX MSC, and i have a couple of question i want to understand better the  ULONG *media_status value returned in the function :UINT USBD_STORAGE_Status(VOID *storage_instance, ULONG lun...

ABasi.2 by Senior
  • 94 Views
  • 6 replies
  • 0 kudos