INH 是上拉到VBAT的,通过外部设置STB/EN来控制TJA1043的状态控制INH的H/L,他是一直受控的因为VBAT没断电,比方说上电VBAT以后 TJA1043工作在sleep的模式,STB/EN都是floating的无法唤醒他,那么可以通过本地wake pin 或者Remote wake-up (via the CAN bus)唤醒 让INH 拉高从而让TJA1043 工作:
Any wake-up request, setting the Pwon flag or a LOW-to-HIGH transition on STB_N will
clear UVNOM and the timers, allowing the voltage regulators to be reactivated (at least until
UVNOM is set again).
您给的资料中提到了While the microcontroller is completely un-powered (no VCC supply),
the TJA1043 keeps partly alive via its battery supply. It allows the transceiver to monitor
the bus for CAN messages。我理解这就是TJA1043可以在没有VCC的情况下继续监听总线报文的原因吧