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.

I2C and other drivers in HWI ISR??

Hey, Is it possible to use I2C, SPI and other drivers in HWI ISR? In my project, i am calling I2C transfer function in HWI ISR, but getting error as "I2C Bus fault". Tried to look into the I2C_transfer() function, but could not able to resolve the error.