Tool/software:
I have a design in which the INH pin is being used to enable a regulator. I need this regulator enabled most of the time which means keeping the TCAN1145 in Normal or Standby mode to ensure INH is high.
I noticed that while in Normal mode after a certain amount of time it automatically transitions to Sleep if no traffic is received (sending doesn't seem to matter). There is no guarantee of receiving CAN messages before t-inactive expires to keep it in Normal or Standby. What is the best way to ensure that I can indefinitely keep INH high until I actively tell the device to sleep?
Also, I'm struggling to understand how t-silence and t-inactive are coupled in this scenario. Any idea?