Sorry for my english but i will try to explain clearly my problem.
I'm working on arduino due but it don't work like i want it.
I need to work with registers instead of the arduino functions.
I try to use the pin of my arduino in order to generate an interupt on edge or level.
I have tryed something like that :
Like i understand, the ISR register should set when the interupt is up. But I tried with a square input of 3V but nothing happened.
I have read that i need to use the NVIC first and the PIO controler clock but i'm a little bit lost.
If somebody has already made something like that ?
In fact, I was already loocking for the code of PinMode() and other functions but i didn't find them. Can you give me the path to find them. I hope these code are in C and not in other language ?
You said "If you're enabling an interrupt you must provide a handler...".
What does it mean ? .