Hi,
I am trying to extend u-boot to use the USB port on this processor. I have previously done this on the DM816x_EVM and it works just fine.
The problem I am having is that it appears that the device address is not being set right interanally. I have a protocol analyzer hooked up and I see the get descriptor followed by a set address. But the next thing is another get descriptor to address zero. It should be sent to address one at this point.
I am writing to the FADDR register in the MUSB register set when the set address command is sent out. Is there anything else I need to do to make this work? I don't think it's a chip problem as the USB works when linux is running. The problem is isolated to u-boot.
Thanks in advance for you help,
Mack