对于电流的读取,程序内的策略是先读取电流计的Ready位(300ms),根据Ready位的结果决定是否读取电流值,若Ready == 0,则软件保持上次的数据。
现在,我有个疑问,Ready位是否会连续的出现为0的情况?若芯片内电流计损坏,对于软件来说该做什么处理?
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.
对于电流的读取,程序内的策略是先读取电流计的Ready位(300ms),根据Ready位的结果决定是否读取电流值,若Ready == 0,则软件保持上次的数据。
现在,我有个疑问,Ready位是否会连续的出现为0的情况?若芯片内电流计损坏,对于软件来说该做什么处理?