I have a K10 (MK10DN512ZVLL10) chip. I would like to know how I can enable interrupts, so that whenever my PTC7 goes high, my chip interrupts trigger?
I am doing a bareboard project for this with using PE.
I want to see something like this:
PTC7 = interrupt() -------> interrupt () { do something when interrupt happens}
can you please let me know how to do this, either by using PE or without using it, whichever is better.
Thanks
Mehdi