Skip to main content
DHinge
Associate
March 19, 2020
Question

NUCLEO-F411RE: user USB support

  • March 19, 2020
  • 1 reply
  • 1275 views

Hi,

I am using NUCLEO-F411RE for development and wondering whether I can developed user USB Device application with custom VID and PID. 

I tried custom hid example from STM32Cube_FW_F4_V1.24.0 SDK but seems not working, once downloaded I can see only 1. STM32 STLink, 2. ST-Link mass storage usb devices but not my custom hid usb device in device manager

Please let me know is it possible to develop user usb application with NUCLEO-F411RE

This topic has been closed for replies.

1 reply

TDK
March 19, 2020

The NUCLEO-F411RE does not have a USB connector hooked up to the STM32F411 chip. The USB on the board is connected to ST-Link, which is not an interface you control in firmware.

You'd have to solder your own USB connector to the appropriate pins in order to use the USB on the chip.

"If you feel a post has answered your question, please click ""Accept as Solution""."