Hi!
I am programming the DSP C6748, the main idea of this program is to receive data through the UART port and to save this data in a SSD connected to the USB.
The UART program is based on the uartSample of the pspdriver 01.30.00.06 and the SSD program is based on the usbhostmsc example of the rtfs 1.10.02.32. Both programs work fine individually. Now I want both programs in one, so I am writing the usbhostmsc in the uartSample. When I compile the program there are no errors, but when I run the program there is the next error:
polling for storage media
USB Device Not available
It seems that the USB controler initializes correctly but I do not know why it does not recognize the SSD plug in the USB.
¿what kind of configuration should I consider or check to fix this problem?
Regards
Accel