Hi everyone,
I need your help!
Now I met a problem when I use USB KITL. I can use USB KITL to download
the image, but when the system starts. There is just one message in the PB
output window: "Sp=ffffc7cc". Then I can get a debug message from serial
debug port:"RndisMini rcv REMOTE_NDIS_RESET_MSG from host!".
When I use USB protocol analyzer debug the USB BUS, I found the device
send the data packet including debug message "Sp=ffffc7cc" to host, but the
host didn't response to this packet. Then when 2 seconds past, the device
restransmit it and timeout. After that HOST send REMOTE_NDIS_RESET_MSG to
device and the connection failed.
From the USB protocol analyzer I didn't find any protocol error. I just
want to know why the host side didn't response to the debug message data
packet.
Thanks.