4.0.13 • Published 10 months ago

@mchp-mcc/scf-pic8-adcc-v1 v4.0.13

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
10 months ago

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 12-bit binary representation of that signal. The analog inputs are multiplexed into a single Sample-and-Hold circuit. The converter then generates a 12-bit binary result via successive approximation and stores the conversion result into the ADC result registers.

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/adc/src/adcc.c => A driver file containing Register Initialization and API function implementations
  • ./mcc_generated_files/adc/adcc.h => A driver file containing the API function prototypes

Changelog

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

4.0.13 - 2023-07-26

New Features

  • CC8SCRIP-14155 :- Add support for PIC18FxxK83 device family

Bug Fixes

  • CC8SCRIP-17120 :- Bug fix for Missing default values for ADACTPPS

4.0.12 - 2023-02-08

New Features

  • CC8SCRIP-13466 :- Update pin aliases for ADCGRDA, ADCGRDB to support PIC16(L)F184xx

Bug Fixes

  • CC8SCRIP-9845 :- PIC18F16Q41 - ADCC module do not have field to select auto trigger dependency

Improvements

  • CC8SCRIP-13489 :- Update API documentation
  • CC8SCRIP-13486 :- ADCC:- Internal channels are getting updated in Channel table multiple times.
  • CC8SCRIP-10639 :- Added custom name validator support for ADCC
  • CC8SCRIP-8533 :- ADCC should be turned on only in the initialize function.

4.0.11 - 2022-08-12

Bug Fixes

  • CC8SCRIP-8036 :- Added feature to unlock 'ADACT' pin when not necessary.
  • CC8SCRIP-8028 :- Added support for 'ADRPT' bit in UI and disabled SOI settings when CONT is set to 0.