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.

求教:FFTC加速器中断的问题



我是pdk_21,在fftctestexample里的fftc_rxGetResult()函数中有这么一句fftc_osalpendSem(),谢谢了!~

  • 您好,

    我在pdk中没找到FFTC_osalPenSem这个函数,你能告诉我你使用的pdk版本,及该函数所在的文件么?

    从理论上来说,FFTC产生中断与信号量没有关系,除非例程中使用的不是FFTC直接的中断,而是信号量中断。建议稍微看一下FFTC手册及中断控制器,就可以了解如何配置FFTC产生中断,只需要将特定寄存器的bit使能就可使能中断,然后再配置INTC进行中断服务函数的映射配置。