Other Parts Discussed in Thread: LM5012,
Tool/software:
We are using the F28P65 series microcontroller for our 48V BMS and LM5012 IC. When the MCU enters HALT mode (requirement of sleep mode current of BMS), the total current consumption is 800uA at 48V, out of which approximately 450 µA is drawn by the MCU and the remaining by other peripherals.
In our current design, we want to use F28P65 with TCAN2451-Q1 (SBC) for 12 V auxiliary system. Translating the current to the 12 V domain:
total current could be ~ 3200uA.
Translating the MCU current to the 3.3 V domain:
(1800 µA × 12 V) / 3.3 V ≈ 6.55 mA.
We want TCAN2451-Q1 to be in sleep mode while maintaining VCC1 (3.3 V) output enabled to power the MCU, and VCC2 disabled, selective CAN wake up enabled. Given the 6.55 mA load on VCC1 and assuming 75% efficiency for the internal buck converter, the estimated supply current drawn from the 12 V side:
(3.3 V × 6.55 mA) / (12 V × 0.75) ≈ 2.4 mA.
We would like to confirm the following:
-
Will the TCAN2451-Q1 remain in sleep mode under these conditions?
-
What will be the expected current consumption of the TCAN2451-Q1 itself in this configuration, whether in sleep mode or normal mode?
-
Is our interpretation of the TCAN2451-Q1 behavior, correct?
- Can we turn OFF VCAN input during sleep mode?
Our sleep current requirement is <= 3200 uA at 12V.