Hi
I have a custom board with MIMXRT1064DVJ6B, and I am using MCUXpresso IDE v11.9.1_2170 and SDK version 2.16.000
In my application, I would like to save calibration data in external flash. And I also need some GPIO interrupts in the application.
I tested evkmimxrt1064_flexspi_nor_edma_transfer from SDK, and it worked well.
Then I modified the evkmimxrt1064_flexspi_nor_edma_transfer to enable a GPIO interrupt as show in the attachment. Then flexspi_callback() will never happens.
Could you please point out the mistake I made?
Regards,
Jenny
Hello, hope you are well.
Please add the following line at the end of the interruption routine:=
__DSB()
Additionally, make sure that the corresponding routines are executed from RAM so there no conflicts on the flash.
Best regards,
Omar