When EMIF1 is active, the XINT interrupt setup for GPIO107 got triggered without any activities on GPIO107 input.
TMS320F28375D
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.
When EMIF1 is active, the XINT interrupt setup for GPIO107 got triggered without any activities on GPIO107 input.
TMS320F28375D
Hi Shawn,
Basically when you setup GPIO107 as XINT, due to EMIF1 access XINT is triggering and hence CPU goes into ISR hence CPU performance numbers wrt EMIF access goes down. Is that correct?
If yes then have you scoped the GPIO107 pin to see if there are any glitch on this pin?
Would it be possible for you to send me a sample CCS project which has this issue. I would like to run that on my setup here.
Regards,
Vivek Singh
I am pretty sure the GPIO107 is setup for GPIO since the external interrupt does work. The problem is that EMIF1 activities also triggers the interrupt. The GPIO107 input is clean without any noise. I monitored it with a scope.
Additionally:
I just checked the layout and the only signals that GPIO107 runs parallel to for any distance are other GPIO lines (specifically GPIO0, GPIO1, GPIO4, GPIO99 and GPIO102) none of which are part of the EMIF1 interface (we do not make use of EMIF2).