Hello, i'm using the ATSAMC21 SoC with MPLAB X IDE, and i need to create a simple led toggle with tc0 interruption. I can toggle the led, but i can't make the interruption work, or the interrupt vector table in assembly. Is there some documentation of this in arm assembly, all i find is in C.
Cortex-M processors have been developed so that all code can be written in C.
That being said, the vector table is simply a list of addresses in a well defined format.
https://developer.arm.com/documentation/dui0497/a/the-cortex-m0-processor/exception-model/vector-table