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! 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
  • 492 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...

aravindpv by Associate III
  • 538 Views
  • 1 replies
  • 0 kudos

Wrong wLength during USB enumeration

I am trying to perform USB enumeration on an STM32H503.  I am using HAL_PCD_SetupStageCallback inside of the USB interrupt, which is working perfectly: when I plug in the USB cable to the Nucleo board, the interrupt triggers and I can see that the ca...