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.

TIC12400-Q1: How to change polling configuration (Wakeup State : 8ms Sleep State: 48ms) without generating interrupt

Part Number: TIC12400-Q1

Hi,

    I am using TIC12400-Q1 for multiple switch detection in one of my project. I have following requirement

  • While ECU is in awake state polling should be 8ms
  • While ECU is in Sleep state polling should be 48ms

While entering into sleep state, I've to clear CONFIG Register (Offset = 1Ah) by SPI_CMD(0xB4000001) and then I make new polling configuration.

Here my observation, whenever I make TRIGGER(Bit11) to 0, interrupt is generated on INT pin.  My INT pin is working as an WAKE-Up signal to ECU. Due to which I am not able to enter into sleep state. 

Could you please suggest me, how should I suppress this interrupt generation while switching to new polling configuration??

Thanks in Advance!!