Interrupts: #, priority, architecture

The docs state here

"All pins" include RX/TX (on the Core also)
And A pins are still fully capable digital pins.

Where does it say this, since it's not true (for all interrupts). The interrupt handling (including priorities and interrupting low prio ISRs in case of higher prio interrupts) is done by the µC according to its NVIC table (see datasheet p21f and ARM Cortex M3 specs)

2 Likes