Hi,
So I am using the with a external Parallel ADC with 16 PINS. I have these 16 PINs connected to the HET PINs on the MCU.
Now From my understanding, can I not use interrupts on these pins? or is there some way around this?
Thanks,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Edmund,
The NHET pins do not support the functionality implemented in the GIO pins to directly generate an interrupt on a level change on the associated pins. That said, you can write a NHET program that would look for a rising edge or falling edge on any number of NHET pins and then generate an interrupt to the CPU. You can do this with the ECNT instruction, for example.
Regards, Sunil