2023-06-25 11:25 PM
Hello.
I am considering a project to exchange a small amount of text data using only an STM32G0 microcontroller and a USB memory stick.
As a candidate, I found the following microcontroller which supports USB2.0 FS device and host controller.
STM32G0B0VE
STM32G0B0RE
I am aware that the only difference between them is the number of pins.
So I have a question.
If the microcontroller is the host controller side of MSC and the USB memory is the device controller side, is it correct that the microcontroller can read and write text data to the USB memory?
Solved! Go to Solution.
2023-06-26 12:20 AM
right.
in Cube -> using FatFS , enable exfat , so can access big usb-sticks (most are exfat format)
2023-06-26 12:20 AM
right.
in Cube -> using FatFS , enable exfat , so can access big usb-sticks (most are exfat format)
2023-07-04 11:19 PM
Dear AScha.3
Thank you for your answer.