Could you please help on below question:
I ported my custom BF531 board's code into my custom BF514 board but I never manege to run 2D PPI DMA receive interrupt.
Here below is my custom board's Blackfin pin connections;
PORT F
PF0 - PF15 -> PPI0 - PPI15 (16 bit)
PORT G
PG5 -> PPI CLK
PG6 -> PPI FS1
PG7 -> PPI FS2
I looked https://ez.analog.com forums but there is no solved issue or I could not have found it.
You can see my sample code in the attachment.