STM32L496 USBX MSC FILEX CDC Threadx -- looking for example
Hi,
I'm looking for a working example for STM32L496 that uses threadx, filex, usbx and creates a mass storage device using SD card. I also need the filesystem to work locally. Bonus is a dual device that does CDC for a virtual serial port.
I have tried making a project with cubeIDE and can get a working RAM file system. The usb enumerates as a drive, but explorer doesn't show a drive or any files.
I ported a lot of code from the Azure repo for the STM32L4R9 Discovery sample project, that got me to this point, but am stuck.
A complete working example would be a great help.
