Tool/software:
Hello current calibration has this item here:
// 5. Check the ADC conversion current output from MACData():
// • ADCcc = AAaa of MACData()
// Is ADCcc < 0x8000? If yes, use ADCcc; otherwise, ADCcc = –(0xFFFF – AAaa
// + 0x0001).
ADCcc is a 16 bit value, This check does not make sense if we're interpreting ADCcc as a 2's complement number...
Are we supposed to interpret it as a uint16_t type???????? T
ADCcc is a 16 bit value, This check does not make sense if we're interpreting ADCcc as a 2's complement number...
Are we supposed to interpret it as a uint16_t type???????? T