I don't know why the MFR_ADC_CONFIG(D0h) will auto change after program.
Any idea what happen on?
And READ_VIN 88h keep output 5e01 and Shunt Voltage is 0.
Please help
Thank You
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.
Hello,
You should not be writing to reserved register bits. Also your Read_Vin is reading the bus voltage. If you want to read the Vshunt read MFR_READ_VSHUNT (D1h).
Regards,
Cas