Other Parts Discussed in Thread: TM4C1294NCPDT
Hi,
I am having a little trouble understanding the tm4c1294ncpdt datasheet. I would like to use two pins on the same port but pin have its discrete interrupt. So on the TivaWare DriverLib it says that if my MCU supports it I just have to OR GPIO_DISCRETE_INT (p258).
On the tm4c1294ncpdt datasheet (p750) it seems to say that Port P and Port Q support this but then this confuses me "The PP0 and PQ0 interrupts serve as a master interrupt and provide a legacy aggregated interrupt version", does this mean that if I set an interrupt on pin 0 on either of those two ports, the interrupt will no longer be discrete?
Thank you,
Hisham Hafez