Do I need to do anything special in the C code to work with a usb drive from a homebew app?
To access the SD, I normally just do:
and then I can access through fopen
If I try to access the usb through fopen as
following the fatInitDefault then I can't seem to access the files and I'm not sure why
(The drive is FAT).
Thanks
To access the SD, I normally just do:
Code:
fatInitDefault()
and then I can access through fopen
Code:
sd:/apps/xxx/xxx
If I try to access the usb through fopen as
Code:
usb:/apps/xxx/xxx
(The drive is FAT).
Thanks






