Other Parts Discussed in Thread: AFE4404
Hi !
I am porting working code of tiva tm4c123gh6pm launchpad to tiva tm4c1294xl launchpad.
I was using polling for i2c interface with afe4404 but as per tm4c1294 errata,i have changed i2c polling code to interrupt based.
adc rdy signal from afe4404 is used as gpio interrupt(pin P2) to uc.when checking this code on debugger, p2 gpiointerrupt is not getting cleared by GPIOIntClear.The pin isr & initialization is in attached file.
Let me know what is causing it.i2c.docx
Thanks & regards,
Neelima