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

STM32F103 USB cdc receiver is very slow

i am using stm32f103 for one project. Previously we were using UART interface to transfer data but now we want to use USB CDC interface for the same.i configured the usb in cdc mode and it is working also. I am facing one issue like data receiving is...

SS.Sagar by Associate III
  • 1399 Views
  • 3 replies
  • 0 kudos

U-Boot Port for STM32H745 Dual Core

I am trying to port u-boot on STM32H745. In the mainstream u-boot ,could not find the port for H745. any body has attempted to port the u-boot on STM32H745 ?. Is there any procedure on how to port u-boot on STM32H7 devices ?Also is there any custom b...

YSN by Senior
  • 687 Views
  • 0 replies
  • 0 kudos

Speech input & output

Hi,I want to implement a speech IO using stm32f401 discovery board.In this case I am using the onboard digital microphone to acquire the PDM samples using spi2(I2S) interface. After that I am using the PDM filter to convert the PDM samples to PCM sam...