2021-03-10 07:01 PM
I try to make a data logger, I'm using STM32F407 DISCOVERY and store the data into the SD. I have to use the USB port for communication between STM to PC for logging status. Eventually, after recording, I want to download the file the same way we copy a file from USB Flash drive.
2021-03-10 08:44 PM
That would be a USB MSC
2021-03-10 08:54 PM
Hai, Thanks, if I set the USB to MSC, then I will lose the CDC function right?.. It is possible to interchange between both in the same USB port?