You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internal 5V boost circuit won't be turned off after powering off when using CM3L+ with uConsole motherboard. The noise produced by the boost circuit may be heard after opening the case.
The problem probably because CM3(CM3L+ in my case) feeds power back to SYS_3V3, which causes it having a voltage of approximately 0.9V to 1.6V, depending on the situation. Neither CM3L+ nor motherboard will consume the energy fast enough. TPS61178 needs voltage lower than 0.4V on EN to turn itself off, while 0.9V on SYS_3V3 will produce 0.9V / (10K + 68K) * 68K ~= 0.78V, which is not sufficiently low.
By shorting SYS_3V3 to GND, the capacitors drained, and SYS_5V goes to 0V. Popping out the CM3 module also reset the circuit.
Extending the active time after powering off the PMU doesn't resolve this issue.
This issue is not observed when using R01 core module.
The text was updated successfully, but these errors were encountered:
Changing R106 from 10K to 120K seems to resolve the issue. R01 core also works after the modification.
PotatoMania
changed the title
Internal 5V boost circuit stays enabled after shutdown
CM3: Internal 5V boost circuit stays enabled after shutdown
May 4, 2024
Internal 5V boost circuit won't be turned off after powering off when using CM3L+ with uConsole motherboard. The noise produced by the boost circuit may be heard after opening the case.
The problem probably because CM3(CM3L+ in my case) feeds power back to
SYS_3V3
, which causes it having a voltage of approximately 0.9V to 1.6V, depending on the situation. Neither CM3L+ nor motherboard will consume the energy fast enough. TPS61178 needs voltage lower than 0.4V on EN to turn itself off, while 0.9V onSYS_3V3
will produce0.9V / (10K + 68K) * 68K ~= 0.78V
, which is not sufficiently low.By shorting
SYS_3V3
to GND, the capacitors drained, andSYS_5V
goes to 0V. Popping out the CM3 module also reset the circuit.Extending the active time after powering off the PMU doesn't resolve this issue.
This issue is not observed when using R01 core module.
The text was updated successfully, but these errors were encountered: