Other Parts Discussed in Thread: EK-TM4C1294XL
Tool/software: TI C/C++ Compiler
Hi,
During our integration testing, we are finding an issue on the TM4C USB side.
When the device is started, the communication is happening fine. After some couple of transaction the device is going to a hang state.
When we debug and checked the process is halting in USBHCDPipeWrite() function in usbhostenum.c. It is staying in the while(1) loop inside
there. We printed g_sUSBHCD.psUSBOUTPipes[ui32PipeIdx].iState which is always 7 and no condition check available for this state inside this
function.
Kindly help us in debugging this issue.
Thank you,
Deepanraj.A