@mchp-mcc/scf-pic8-adcc-v3 v2.1.0
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.
2.1.0 - 2025-01-17
New Features and Improvements
- M8PD-13076 :- Added support for configuration through Register Editor
- M8PD-12091 :- Removed the software busy flag to check the status of ADC
- M8PD-11642 :- Added support for the PIC16F175xx family of devices
Bug Fixes
- M8PD-12429 :- Fixed the issue of the Clock Divider being changeable when the Clock Source is ADCRC
- M8PD-11844 :- Fixed issue of channel group setting not getting enabled
- M8PD-11798 :- Fixed the issues with the ADC_ComputationModeSet and ADC_ThresholdModeSet APIs
- M8PD-11765 :- Fixed the issue of pin grid view not locking channels selected from the user interface
2.0.0 - 2024-10-11
New Features and Improvements
- M8PD-10590 :- Added support for channel grouping
- M8PD-10571 :- Updated file and module names for better alignment and consistency
- M8PD-10570 :- Renamed API names for consistency and clarity
- M8PD-8099 :- Added Software Busy flag to check the status of ADC
- M8PD-5980 :- Hard-coded hex values are replaced with DFP defined macros
- M8PD-5143 :- Updated firmware with new APIs and enhancements to existing functionalities
- M8PD-5130 :- Updated user interface for a more intuitive and user-friendly experience
- M8PD-4842 :- Improved code quality by reducing MISRA violations
Bug Fixes
- M8PD-9416 :- ADCG1x registers not available in some devices for scf-pic8-adcc-v3 variant
1.0.1 - 2022-02-03
No changes from previous version