TinyCLR Pin Interrupts

PA0, PA1, PC2, PC3: Can they be used as interrupts?

Yes, but why asking?

We have a new custom board in which we have the PC3 pin being used as the CS line on a SPI device but also using it as an interrupt for another subsystem. Which is incorrect.

Typically, we would have used a pin on PJ, so trying to figure out what is our best approach for our next revision with regards on using PC3 as an interrupt.

Basically look at the number on the port and ignore the port itself

PA2 (P_2) and PD2 (P_2) can’t be used both as interrupts. Only look at the number on the port.