2.0.1 • Published 8 months ago
@mchp-mcc/scf-pic8-adcc-v4 v2.0.1
Analog-to-Digital Converter with Computation (ADCC) Driver
Overview
The Analog-to-Digital Converter with Computation (ADCC) allows conversion of an analog input signal to a 10-bit binary representation of that signal. The analog inputs are multiplexed into a single Sample-and-Hold circuit. The converter then generates a 10-bit binary result via successive approximation and stores the conversion result into the ADC result registers.
Changelog
All notable changes to this project will be documented in this file.
2.0.1 - 2025-04-29
Bug Fixes
- M8PD-13794 :- Code generation failure when vectored interrupt is enabled
- M8PD-12707 :- Fixed the issues with the ADC_ComputationModeSet and ADC_ThresholdModeSet APIs
New Features and Improvements
- M8PD-13737 :- Removed the Software Busy flag to check the status of ADC
2.0.0 - 2024-10-10
New Features and Improvements
- 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-5144 :- Updated firmware with new APIs and enhancements to existing functionalities
- M8PD-5131 :- Updated user interface for a more intuitive and user-friendly experience
- M8PD-4842 :- Improved code quality by reducing MISRA violations