Hi, I am using my own board with C6747 processor and NAND flash chip and host USB connector.
Hi, I want to have RTFS file system on NAND flash and I want plug USB Flash Disk on USB connector and work with USB flash disk file system. The aim of my work copy files from NAND flash file system to USB flash disk file system. Is it possible?
The example RTFS on NAND flash work fine! The example USB host Mass Storage Class work fin too. Bat when I tried to combine both these example to the one project, than NAND file system hangs and do not work. It seem to me, that RTFS and block media driver is not to work with two different storage device (nand and usb-disk). Am i right? or maybe I do not understand something?