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

FreeRTOS - USB CDC not working with USART1

Moved from this discussion as it's linked to the embedded software USB and FreeRTOS. My problem has always been that when USB and USART1 are working at the same time, USB as a virtual serial port is not working properly. In my code, two different thr...

STM32H7S7 USB Webcam driver

Hi,We are currently using STM32H7S7 MCU with display and similar USB C circuit from the developer board.I wanted to connect a Web camera and to be able to display video from the screen.I wanted some help and guidance on where to find the driver?does ...

ropodi17 by Associate II
  • 52 Views
  • 0 replies
  • 0 kudos

Nucleo-H563ZI as USB host for barcode scanner?

Split from https://community.st.com/t5/stm32-mcus-boards-and-hardware/nucleo-h563zi-as-usb-host/td-p/646056 Hi, I am New here.I was trying to connect the USB Barcode scanner to this Nucleo Board. Did you guys find any solution to make the board act a...

suriya by Associate II
  • 77 Views
  • 1 replies
  • 1 kudos

Bootloader+ main app

Hi, i have been developing custom bootloader with start address at 0x08000000 and a main application at address 0x08003800 were i planned 14KB for bootloader and next 40kb for main app.i can see the bootloader works fine, but bootloader doesnt trigge...