Other Parts Discussed in Thread: OMAPL138
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: OMAPL138
hello ee ll,
There is sample application available for usb Host Msc with RTFS package, which can be used for USB Msc Host.
I need to check why "uwd_mass_app_init()" is not getting called by the stack. I will get back to you on this.
AFAIK, there is no running example for usb MSC connection that contains both device and host.
Thanks Pankaj
I referred to the RTFS example of host msc and found only two init routines associated with USB:
configure_USB()
dsp_bios_init()
all the rest of the code is to do with the file system etc.
We need to write an application that sends & receives messages from host (one DSP) to device(other DSP) and vice versa. no need for file system - only the USB connection.
We wrote device code according to BIOS USB documents and as I said before the routine uwd_mass_app_init() isn't called and on the host side we didn't figure out how to send & receive - only how to init the stack
Maybe some TI customer did that work and have a running mass storage USB connection over DSP?
Thanks again