Skip to main content
Joe L.
Visitor II
June 28, 2019
Question

USB CDC appears as a COM Port but won't receive/send packets

  • June 28, 2019
  • 1 reply
  • 476 views

So I'm using a stm32f070rb nucleo board. I have configured PA12 and PA11 as USB_DP and USB_DM respectively, and have set up the HSE clock in RCC all in STM32CUBEMX. When I try to communicate with my computer, it shows up in device manager as st-link and not stm32 device. When I send it packets, the microcontroller doesn't realize anything is being sent. How do I bypass the st-link to use the on-board usb port to talk to the microcontroller? Any tips would be much appreciated, thank you

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
June 29, 2019

How are PA11 and PA12 connected to the USB connector in your PC?

JW