Hi,
in startup_ccs.c. there is only one interrupt handler for PORT D .
I have registered RISING EDGE interrupt source on Port D PIN 1 , there is one interrupt handler for that.
Now , I want to handle interrupt on PORT D , pin 2 ( HIGH -> int source),
How can I handle that ? As there is only one interrupt handler for port D, How can I handle interrupts on various pins on port D ?
Thanks,
Sanchit Mehra