2020-08-11 09:10 PM
I tested 3 pendrives, 4GB (Samsung?), 16GB and 32GB (SanDisk Cruzer Blade).
Two worked on the STM32F407VG.
SD card adapter also doesn't work, 8GB (Kingston), 2GB (Generic), 16GB (Sandisk Ultra).
SanDisk Cruzer Blade 16GB don't work.
Using USB host with STM32CubeIDE 1.3 (Version 1.4 does not work with ST-Link V2 :expressionless_face:)
In case anyone has problems with this, I leave it registered that it can be common.
All devices run on Windows 10 x64 and Android 10 (Smartphone).
2020-08-13 08:58 PM
don't work means
showing wrong storage capacity or simply display that not recongnised ?
2020-08-15 02:05 AM
The term Does not work means that the automated program for writing to the USB stick has failed to perform the task.
2020-08-17 12:09 AM
Have you configured below two files properly,
usbh_conf.c
usbh_diskio.c
2020-08-17 10:42 AM
2020-08-17 10:42 AM
2020-08-17 10:43 AM
Training materials (slides, hands-on projects) can be downloaded from this link
https://drive.google.com/open?id=1sjU9iNvh_khDZHDM9Qau03PGKwMd4u7U
2020-08-17 08:58 PM
you have not configured VBUS pin
2020-08-18 07:51 PM
Thanks, yes I configured Vbus, this code is an example, and the IDE already suggests that this configuration be done.
2020-08-18 08:28 PM