False interrupt on SPI

Hi,

I am using nrf52840 and SDK 16.0. I have already used SPI 1 and SPI 2 instances.

Now I am using SPI3 instance. Initially SPI 3 is initialized in non-DMA. and it worked. after some time, I am un-initializing the SPI3 and initializing it with DMA. while initializing, handler is executing.
why Is this so? How to solve this issue?!

Please help me to solve this issue as soon as possible.

Thank you,

Shreya

Related