1.0.1 • Published 2 years ago

@mchp-mcc/scf-pic8-adcc-v3 v1.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

Analog-to-Digital Converter with Computation(ADCC) Driver

Overview

The Analog-to-Digital Converter with Computation(ADCC) allows conversion of both single-ended and differential analog input signals to a 12-bit binary representation of that signal. The analog inputs are multiplexed into a single Sample-and-Hold circuit. The output of the Sample-and-Hold (S/H) circuit is connected to the input of the converter. The converter generates a 12-bit binary result via successive approximation and stores the conversion result into the ADC result registers. In single-ended conversions, the ADC measures the voltage between the selected analog input and VSS (0V). In differential conversions, the ADC measures the voltage difference between two selected analog inputs.

Changelog

All notable changes to this project will be documented in this file.

1.0.1 - 2022-02-03

Bug Fixes

  • CC8SCRIP-6784 :- Generated code is not getting compiled due to declaration error.
  • CC8SCRIP-6561 :- Incorrect value generated for result alignment bits

1.0.0 - 2021-12-06

New Features

  • CC8SCRIP-6297 :- Initial release