Differential Mode SDADC Codes
Posted on May 26, 2016 at 04:57I need to know what the differential mode SDADC conversion code is. Is it 2's compliment such that the code: int16_t D = (int16_t)HAL_SDADC_GetValue(&hsdadc3); Will return to D a signed result such that if the positiv...