I am hoping someone can advise me, please... I am using an ISR to process I2C functions for read and write in my project. I am setting up the ISR with the header: void __attribute__((__interrupt__, no_auto_psv)) _SI2C2Interrupt(void) { This seems to match..
↧