hi TI experts,
Is there any GPIO for shutoff CAN communication in TCAN1145? such as TCAN1143, EN pin can be used for shutoff CAN communication by changing its state diagram.

BR
xiaowei
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.
hi TI experts,
Is there any GPIO for shutoff CAN communication in TCAN1145? such as TCAN1143, EN pin can be used for shutoff CAN communication by changing its state diagram.

BR
xiaowei
Xiaowei,
Mode transition occurs through SPI communication on the TCAN1145-Q1, there isn't any direct way through pins to force the device into a state where CAN communication is disabled. An undervoltage event on VCC can force the device into Sleep mode (or Failsafe if that is configured), but I would not recommend this as a way to disable your CAN bus.
Regards,
Eric Hackett
hi eric,
Thanks for your answer.
From state diagram of TCAN1145, there are three ways(UV(vcc), UV(vio),TSD) for transmitting to Failsafe state from any others.
Why ‘undervoltage event on VCC’ is not recommneded? how about 'undervoltage event on VIO'?
BR
xiaowei
Xiaowei,
It's not recommended because these are typically seen as fault conditions, and it's recommended to transition to the desired state (sleep mode) and then remove power. Not remove power to transition to these states intentionally. UVIO and UVCC are ways to force the device into sleep or failsafe mode, it's just not recommended to remove a power supply during normal operation to do so. That being said, if the customer can guarantee that the device is not performing any needed operations when they need to stop communicating and thus remove power, then I suppose this is okay.
Regards,
Eric Hackett
hi Eric,
Thanks for your reply.
In our safety concept, if there are some critical errors, CAN shall be shutoff independently by IO signal.So VCC/VIO can be used for it.
BR
xiaowei