Skip to main content
Stastny.Petr
Associate III
January 3, 2019
Question

STM32F767 USB VCP

  • January 3, 2019
  • 1 reply
  • 756 views

Hello,

I have a problem with VCP on NUCLEO with STM32F767. There is no demo for STM32F7 and I have no idea how to start. My idea is to use USB periphery of STM32F767 for communication via VCP. Can you help me, please how to start or where I can find some example?

Note: In my final application I will use FreeRTOS. Is it any trouble with it?

Thank you very much

Petr

This topic has been closed for replies.

1 reply

Technical Moderator
January 8, 2019

Hello @Stastny.Petr​ ,

You can start from the CDC example under STM32F769I_EVAL project, and get inspired from this working application, change the pins and modify the example depending on your needs.

You can also use the STM32CubeMX tool to initialize peripherals, build and generate your starting project.

Please find attached a presentation "STM32L4 Discovery USB VCP hands on.pdf", which shows step by step how to develop an USB VCP example application on STM32L4 Discovery kit (which is also be applicable to the STM32F7).

Kind Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks