Skip to main content
MPark.2
Visitor II
January 21, 2021
Question

[STC3115] Voltage and Current sensing is OK, but SOC is always same value.

  • January 21, 2021
  • 0 replies
  • 535 views

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?

This topic has been closed for replies.