Hello,
I am programming in AS7 for SAMD-device without ASF.
I have already
#include "sam.h"
#include "component\... .h"
For other devices the
#include <avr\interupt.h> and ISR(){...} worked. But for SAM there is no interupt.h.
How can I implement an interrupt-handler?
Please help.
I don't find any solution, but there is surely an easy one.