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

STM32U5G9ZJ: DMA works for ADC4 but not ADC1

Hi, I've got a STM32U5G9ZJ-DK2 Discovery kit.I'm trying to setup the ADC to work with GPDMA doing a continuous acquistion of two channels into a large buffer of samples. I got it working perfectly fine with ADC4, but I just don't get it work with ADC...

psfahr by Associate II
  • 118 Views
  • 1 replies
  • 0 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
  • 168 Views
  • 4 replies
  • 3 kudos

STM32N6570-DK mic and screen setup

Hi,I'm looking for some guidance on configuring the STM32N6570-DK so i can use the screen and onboard mic / headphone out jack.It looks like everything i need is in stm32n6570_discovery_audio.h and stm32n6570_discovery_lcd.h, and i did manage to get ...

grashnar by Associate
  • 117 Views
  • 1 replies
  • 0 kudos

Azure RTOS FILEX LEVELx using on chip flash

I am looking for any example project that uses Azure RTOS FileX and LevelX using onchip flash.I understand the programming flash can be segmented and used for general purpose file storage but I cannot find any example across any series packages which...

dvescovi by Associate III
  • 77 Views
  • 2 replies
  • 0 kudos

Resolved! USBX Audio Class frame done callback not called

I've set up my STM32U5A9J-DK to use ThreadX and connect to my PC via USBX and Audio Class.I'm correctly see the Audio Device on my PC and I can easily stream audio to it. The only thing is that, for some reason, the callback for new frame done is not...

nico23 by Senior III
  • 689 Views
  • 21 replies
  • 3 kudos

VENC_SDCard_ThreadX Example

Hi, @krastThe readme for the VENC_SDCard_ThreadX examplehttps://github.com/STMicroelectronics/STM32CubeN6/blob/main/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard_ThreadX/README.mdstates:"The output is raw since no file system is used for now"b...