Hi Matt,
How can the CMU be recovered from Deep Sleep Mode without the aid of MCU ? Can we use LD Pin here or any other technique ?
Thanks in advance.
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 Matt,
How can the CMU be recovered from Deep Sleep Mode without the aid of MCU ? Can we use LD Pin here or any other technique ?
Thanks in advance.
Hi Anandteerth,
The RST_SHUT pin can be used, but you will need to come up with a way of pulsing it high for less than 1 second. You must be able to communicate with the device to enter DEEPSLEEP mode though. There is also the option to leave the LDOs active during DEEPSLEEP to keep the MCU powered.
Best regards,
Matt
Dear Matt,
1. Can we set one of the GPIO of CMU to a known Logic level if the Load current is less than a threshold and reset the same GPIO if the Load current is above the threshold ?
2. Can we set an another GPIO to a known Logic level if the Pack current is in discharge Mode and reset the same GPIO if the Pack current is in charge Mode.
Thanks.
Thanks Matt for the reply ; Looks like Host needs to read CMU to know the load current and also the if its in charge or discharge Mode, though CMU can not set the GPIOs for the same.
Regards,