Tool/software:
I found a discussion in another thread about reducing the standby current of the TCAN1044AV.
The suggested method involves supplying voltage only to Vio, while setting Vcc (+5V) to 0V.
To achieve this, we are using the TPS70950QDBVRQ1, a 5V LDO, and controlling its Enable pin to turn Vcc on and off.
However, we are encountering an issue:
When the CAN bus enters the dominant state, we want to trigger CAN Wakeup. The dominant state is detected by an external circuit, which then wakes up the MCU. After wakeup, we enable the LDO, supplying +5V to the TCAN1044AV.
At this point, for some reason, the CAN commands are not being received properly.
One possible cause we suspect is that although +5V is supplied to TCAN1044AV and STB is deactivated, the voltage ramp-up may be too slow, or the power-up time of TCAN1044AV may be too long, causing the beginning of the CAN command to be missed by the MCU.
For reference, a 3.3µF capacitor is connected to the +5V supply.
If anyone has insights into this issue, please share your knowledge.
Thank you!