cancel
Showing results for 
Search instead for 
Did you mean: 

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

bmak
Senior

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!

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

4 REPLIES 4

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

Thanks 🙂

Bertrand1
Senior

Also interested for this kind of development! 😉

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.