Other Parts Discussed in Thread: TMS570LS1224
TI Team,
I am taking external clock signal (5Mhz) as an interrupt on the GIO pin (GIO PORT A, 7). And in the ISR I am toggling the GIO pin (GIO PORTA, 0), ideally the toggle rate (defined in ISR) should be same as the clock rate (i.e. 5MHz), but it is coming close to ~740 KHz.
I'd like to know what is the maximum frequency up to which the GIO pin can handle the interrupt. Also, can you please suggest what should be done in order to sample interrupt at this frequency.
I am attaching the necessary files