Hi,
I have three specific GPIO pins (bits) configured as debug pins - T2PWM_GPIOA7 (bit 7 of GPIO A), T1PWM_GPIOA6 (bit 7 of GPIO A) and T4CTRIP_SOCB_GPIOD6 (bit 6 of GPIO D).
My intention is to convert ANY one of them into an input interrupt. I understand how I can convert these pins into inputs (pull-down resistors are connected). But I do not understand, for the TMS320F2812 controller, HOW to convert them to interrupt pins.
My goal is to connect this TI DSP to another piggyback controller which contains a SYNC signal which will be the interrupt provider signal. (this line is less important but I wrote it to get an overall picture of the puzzle).
The constraint is I do not have other GPIO pins left for configuring them as interrupts.
Kind Regards,
Raghu