Part Number: MSP432P4111
I just use MSP432P4111 start a TA0 timer and in the TA0_N_IRQHandler I start to send I2C. But I found in this interrupt routine it can't jump to I2C interrupt handler EUSCIB1_IRQHandler. I have already enable I2C interrupt.
If I send I2C not in the timer interrupt it can go to EUSCIB1_IRQHandler. Is that a problem? Please help.

