STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H523 RTOS USBX host mass storage

Hi, I am currently working on a project for the STM32H523 microcontroller. In the project I want to use AZURE RTOS to support a pendrive connected to the USB port. I know that I have to use the THREADX, USBX (host mode) and FILEX packages. Unfortunat...

Resolved! STM32H523 classic USB CDC library

Hi,I am creating a project using the STM32H523 microcontroller. One of the planned functionalities is USB CDC communication with a computer (as a virtual COM port device). Since I do not plan to use RTOS, I would like to use the classic USB library.I...

Problem with pdm2pcm library in vs code

Hi,I am struggling to make PDM2PCM library work. My projects build without issues, but when I upload them to the board , program executes until it reaches PDM_Filter_setConfig function (tested with breakpoints). After that, it goes to infinite loop c...