[MIMXRT685-AUD-EVK] DMA Interrupt is not working in HiFi4 Dsp Core

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

[MIMXRT685-AUD-EVK] DMA Interrupt is not working in HiFi4 Dsp Core

跳至解决方案
1,177 次查看
Surendar1
Contributor I

DMA SDK examples are working fine in ARM core. In our application we need to configure the SPI peripheral in DMA mode. DMA interrupt breakpoint is not hitting even with simple DMA memory to memory copy without SPI. Kindly help me with any DMA example running on DSP HiFi4 core. Any detailed reference document is also fine. Thanks in advance. #i.MXRT #DMA

标签 (1)
0 项奖励
回复
1 解答
1,161 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @Surendar1 ,

    To RT685, DSP interrupt is not the same as the ARM core, I highly recommend you read this application note at first:

https://www.nxp.com/docs/en/application-note/AN12764.pdf

chapter 4.5 DMA and interrupt configuration

You need to use XOS to register an interrupt handler, and use the correct number.

Please check the AN at first.

Wish it helps you!

Best Regards,

Kerry

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,162 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @Surendar1 ,

    To RT685, DSP interrupt is not the same as the ARM core, I highly recommend you read this application note at first:

https://www.nxp.com/docs/en/application-note/AN12764.pdf

chapter 4.5 DMA and interrupt configuration

You need to use XOS to register an interrupt handler, and use the correct number.

Please check the AN at first.

Wish it helps you!

Best Regards,

Kerry

 

0 项奖励
回复