Hello,
I am working with the ADuCM350 and I would like to set an external interrupt coming from P0.2 (falling edge). I have found no example that explain how to set it. Could you help me please ?
I guess I am right by starting to initialize it with this line below, but I have found no example it is quite complicated to get someting working...
adi_int_InstallHandler(ADI_CID_P3I,ACC_ISR,0,true);
Thanks