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.

TCP3d K_1 停在循环里

Andy, 你好!请教您一个问题,我将这个TCP3d的例子工程修改成小端模式以后,不能正常译码,而是总是停在Keystone_TCP3D_PollFree()里的如下循环里:

do
{
udTmpIPR = (ptTcp3dHdl->atOutEdmaObj[0].regs->TPCC_IPR >> ucChanNum[0]) & 0x1;
} while(udTmpIPR != 1);

请问是什么原因?谢谢!

PS:我修改了project的properties里的General中device endianness为little;

file search path里include library 该为小端的库文件;

用的是TMDSEVM6670L