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.

c6670中运行bcp硬件加速器例程遇到的问题



你好,

   目前,我想运用6670中bcp硬件加速器,在调试Bcp_testProject例程中,在test_lte_dl.c文件中pend hRxSem信号量时halt住,发现中断服务程序未能响应,没有post hRxSem信号量。根据调试信息得知系统初始化(这里注释掉了SRIO初始化,现在我只运行的是test_lte_dl()这个测试)、BCP instance初始化、Rx FDQ和Tx FDQ的设置均都成功。通过对代码进一步调试发现,在bcp.c文件中BCP_send()函数已经把发送的描述符push给Tx Queue(TX Queue number为868),一直存放在该队列中,PacketDMA未能响应,中断程序也没正常工作。请问该例程是否存在bug,该如何调试才能正确通过?