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.

6670EVM的FFTC不能运行



我在论坛上下载了cifae_KII_STK的代码,把里面的FFTC代码放在KeyStone的代码里面,修改了FFTC的部分参数,编译可以成功,但是执行起来总是停在下面这段语句上,看现象是FFTC没有正常运行,我把代码放在附件上,请帮我看看到底是什么问题。谢谢

while(uiRxQueueEntryCount == 0)
{
uiRxQueueEntryCount = KeyStone_GetQueueEntryCount(FFTC_RX_FLOW0_DST_Q+FFTC_RX_FLOW_DDR);
}

test_fftc.rar