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.
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.
All notable changes to this project will be documented in this file.
- M8PD-9249 :- scf-pic8-nco-v1 Register Editor Migration
No changes from previous version
No changes from previous version