when I went through the example code of TI for I2C, I found that for recieving data from SLAVE(ex:sensor), RX interrupt is set, but interrupt ISR is used is TX one. I came to know from the TI docs that only one ISR vector is used for the RX and TX interupts.
But, my question can be RX ISR used instead of TX ISR?
it is better for you to share the name of chip and kind of code that your are referring to.....As in ISR you can have multiple flag events even based on the requirement....