2023-07-28 12:25 AM
Hello.
I would like to use the STM32G0B0RE to write and read about 1KB of text data from an STM microcontroller to a USB memory device.
When I looked for sample code to do this, I could not find any.
So is there some kind of beginner's guide for writing and reading to USB memory using the STM32G0B0?
Best regards.
Solved! Go to Solution.
2023-08-09 07:58 AM
Hi @beginner-jp ,
Yes I assume that the example pointed by Tesla is the MSC_Standalone one like https://github.com/STMicroelectronics/STM32CubeG0/tree/master/Projects/STM32G0C1E-EV/Applications/USB_Host/MSC_Standalone .
You can also follow the steps described in this MOOC to build your own example.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-07-28 01:13 AM
Look at STM32 MSC USB HOST examples with a file system. Most Flash Sticks will use FAT file system.
2023-08-07 02:45 AM
Thank you for your reply.
Which one is the STM32 MSC USB HOST sample?
MSC_Standalone? or
https://controllerstech.com/stm32-usb-host-msc/ ?
2023-08-09 07:58 AM
Hi @beginner-jp ,
Yes I assume that the example pointed by Tesla is the MSC_Standalone one like https://github.com/STMicroelectronics/STM32CubeG0/tree/master/Projects/STM32G0C1E-EV/Applications/USB_Host/MSC_Standalone .
You can also follow the steps described in this MOOC to build your own example.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.