2021-08-30 02:50 AM
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!
Solved! Go to Solution.
2021-08-30 04:15 AM
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
2021-08-30 04:15 AM
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
2021-08-30 04:24 AM
Thanks :)
2021-08-30 05:52 AM
Also interested for this kind of development! ;)
2021-09-25 03:25 PM
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.