@mchp-mcc/scf-pic8-nco-v1

- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path

Usage no npm install needed!

<script type="module">
  import mchpMccScfPic8NcoV1 from 'https://cdn.skypack.dev/@mchp-mcc/scf-pic8-nco-v1';
</script>

README

NCO - Numerically Controlled Oscillator Module

Overview

The Numerically Controlled Oscillator (NCO) module is a timer that uses overflow from the addition of an increment value to divide the Input Frequency. The advantage of the addition method over a simple counter driven timer is that the Output Frequency resolution does not vary with the divider value.

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/system/src/nco1.c => A driver file containing Register Initialization and API function definition.
  • ./mcc_generated_files/system/nco1.h => A driver file containing the API function prototype.

Changelog

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

[3.0.10] - 2021-12-23

Bug Fixes

  • CC8SCRIP-6682 :- NCOx_GetOutputStatus API always returns 0.

[3.0.9] - 2021-12-23

Bug Fixes

  • CC8SCRIP-6680 :- NCO interrupt is not enabled in Initialize function.

[3.0.8] - 2021-10-20

Bug Fixes

  • CC8SCRIP-5901 :- Exception : Cannot read property 'name' of undefined