STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F411 embedded bootloader USB

Hello, i am trying to use system bootloader in STM32F411 for software update via USB. I use a freertos in my project.Workflow is here: By sending a "BOOT" via Virtual Com Port USB, MCU executes folowing code: SpoilerUSBD_Stop(&hUsbDeviceFS);uint32_t ...

butaforsky_0-1723463328464.png

H750 USB Host enumeration after reset

Hello!I'm facing an odd problem with STM32H750VB MCU and the USB Host routine on a custom board. I'm working with the latest HAL (v1.11.2) at 400 MHz and USB using the 48 MHz internal RC, "host only" mode + FatFs "read-only". The software is quite si...

Pedro3 by Senior
  • 63 Views
  • 2 replies
  • 0 kudos

USB not recognized by PC in FreeRTOS

Hi, I want to get log using Type-c, and using freertos to run all the tasks.setting:MCU STM32L4A6VGSTM32CubeIDE 1.12.0STM32CubeMX  6.8.0tera term 4.106when i insert Type-c, device manager return the unknown usb.I try some methods:1. put MX_USB_DEVICE...

alyssa_0-1723607387160.png alyssa_1-1723607401827.png alyssa_2-1723607423269.png alyssa_4-1723607858546.png
alyssa by Associate II
  • 372 Views
  • 8 replies
  • 2 kudos

USB Device hangs on high data rate in STM32H750VB

I am reaching out to request your assistance with an issue we are encountering on the STM32H750VB microcontroller related to USB data transmission. The problem arises when operating at high data rates, specifically with external USB synchronization a...

Saagar by Associate
  • 71 Views
  • 0 replies
  • 0 kudos

Read data in device sent by host over USB HID

In an STM32CubeIDE USB HID project for an STM32F103C8 board I can send data from the device to the host using the USBD_HID_SendReport() function, like so:USBD_HID_SendReport(&hUsbDeviceFS, (uint8_t*)&hid_report,sizeof(hid_report));How can I read data...

Unable to connect STM32F4DISC

Hello thereJust tried connecting my STM32F4DISCOVERY board to my PC. It appears that the underlying operating system recognizes the driver/device correctly. I've tried this on both Windows 10 and Linux and this seems to be the case on both.Here is pa...

Resolved! USBX MSC + FileX + NAND Flash - Windows I/O

Hello,I am building and application with a STM32U575 and a 4Gb NAND Flash. What I am trying to achieve now is to upload files from my PC through USB and then used these file within the STM32 using FileX.I already managed to set up FileX and LevelX to...

Pepils by Associate II
  • 4218 Views
  • 7 replies
  • 1 kudos

Resolved! STM32U5Ax USB CoreReset timeout

Hi,I am stuck on this issue on the STM32U5A9J-DK. I have ported the USB part from a H725 i have running. Where i have copied the init code from generated code.In USB_CoreReset() the USB_OTG_GESTCTL_CSRST bit is never reset and hence a timeout occurs....

MBirk.1 by Associate II
  • 1316 Views
  • 4 replies
  • 5 kudos
Labels