2021-01-20 04:39 PM
I checked voltage and current is checked correctly but SOC value did not changed.
(In stc3115_BasicExample.c)
So, I tried to test with 'stc3115_AdvancedExample.c' and I found it could not go to 'GasGauge_Initialization' function.
The reason is that the 'STC3115_GetRunningCounter' function return '1' always.
-------------------------------------------------------------------------
CounterValue = STC3115_GetRunningCounter();
CounterValue could not be 3. Always 1.
-------------------------------------------------------------------------
Could anyone tell me that reason?