Hi,
I am using SKAM335x board and TI RTOS SDK on windows host PC.
I configured I2C for Transmit Ready, Receive Ready, Stop condition, No acknowledge interrupts and Timer 2 for 1ms interrupt. I gave I2C interrupt priority as a 5 and Timer interrupt priority as a 0. If I am executing both in my program then only I2C interrupt occurs and Timer 2 don't, but if am executing either I2C or Timer at a time then both are working absolutely fine at a time.
I configure Timer 2 for 1 ms and using this timer for any delay.
Why Timer interrupt is not working with I2C interrupt?
Regards
Gaurav