Hi jeremyzhou
Thanks for the reply.
Yes, what you told is correct. I can able to identify the data flow for transfer & Reception in that code
The problem still remains the same.
Something that I expect is like.
You may know the Open SDA controller in iMXRT1052 Eval Board where the code (.hex)is flashed into RT Controller via Open SDA, Yes it is working fine. I refered the code of Open SDA from "GitHub - ARMmbed/DAPLink ". Where I can able to see some function which solves my problem. I can able to see the virtual file system where I can able to read the data from the dropped file into the memory of the RT Controller. The path s is given below.
\DAPLink-master\DAPLink-master\source\daplink\drag-n-drop\vfs_user.c
For example, Function like
stream_write
stream_open
stream_close etc.in file file_stream.c
I am expecting the same behaviour in MSD related example program available in SDK or Should we need to integrate the VFS related stuff to working MSD examples to achieve our goal
What I expect::
I may require a File system which is capable of reading the data which is dropped into the PC.
My use case is the same as the Open SDA Program which works in Eval board which solves the purpose. I am looking into the same kind of behaviour into any kind of USB example