Copy file SD to USB (fatfs) #457
arsamus
started this conversation in
Development
Replies: 1 comment 2 replies
-
I tried your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm implementing a file copy method with fatfs library for a Sampler project based on MiniSynth class structure. It seams to work ok when I copy files from USB to SD, but, on the other wise, when I've tried to copy files from SD to USB the system (or maybe the code) hungs after create the file (f_open) (zero size file is created) SD usb USB drives are correctly mounted on kernel's run method and the file copy method is kicked from kernel's main loop.
What thing I'm missing or doing wrong ? Here is the code. Is amost the same as the posted on fatfs project page:
Beta Was this translation helpful? Give feedback.
All reactions