Hi Mark
I appreciate your time.
Yes, the I2C driver is interrupt driven.
I tested reading trough I2C before put processor in LLS mode and work fine. (see picture below). After that, I put the processor in LLS mode.
Then I trigger the wake-up pin PTA7 and in LLWU handler read again, I2C get stuck also processor get stuck. The CI2C1_OnMasterBlockSent() and CI2C1_OnMasterBlockReceived() does not execute. (picture in the previous post)
I check that processor do not go in LLS mode.
I have several sources to wake-up the processor, like LPTMR0 and in its interrupt handler, I use the I2C communication and work without issues(if PTA7 pin is turned-off as LLWU interrupt pin).
Any idea, probably I should reinti I2C or something like that?
Regards
Aleksandar