Skip to main content
bmak
Senior
August 30, 2021
Solved

STM32F4 + CubeMX, USB CDC + MSC = is it possible?

  • August 30, 2021
  • 2 replies
  • 1443 views

Hi,

I'm using STM32F407VG on STM32F4 DISC board and CubeMX. I want to have USB in CDC and MSC mode, but I can't find how to configure it in this mode. Is it possible to do using CubeMX?

If not, can I do it using HAL?

Thanks!

This topic has been closed for replies.
Best answer by Walid ZRELLI

Hello @Maria Bąk​ ,

At the moment we don't have any USB composite examples. But we will soon release the library that supports the composite builder. Please stay tuned.

BeST Regards,

Walid

2 replies

Walid ZRELLI
Walid ZRELLIBest answer
Visitor II
August 30, 2021

Hello @Maria Bąk​ ,

At the moment we don't have any USB composite examples. But we will soon release the library that supports the composite builder. Please stay tuned.

BeST Regards,

Walid

bmak
bmakAuthor
Senior
August 30, 2021

Thanks :)

Bertrand1
Senior
August 30, 2021

Also interested for this kind of development! ;)

Piranha
Principal III
September 25, 2021

Here you go:

https://github.com/hathach/tinyusb/tree/master/examples/device/cdc_msc/src

It actually works, contrary to ST's broken bloatware. Setting up TinyUSB based on example is a breeze. And, compared to ST's turtle speed development, it evolves with a speed of rocket.