@mchp-mcc/pic18-configuration-bits-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 mchpMccPic18ConfigurationBitsV1 from 'https://cdn.skypack.dev/@mchp-mcc/pic18-configuration-bits-v1';
</script>

README

System Module (Device Configuration)

Overview

This module performs the following:

  • System Initialization, which initializes various peripherals, drivers, and middleware. The SYSTEM_Initialize() function initializes the MCU system (oscillators, clocks, flash wait states, etc.) and peripherals, which have been selected.
  • Device Configuration, which allows the user to setup the device with several choices of oscillators, Resets and memory protection options.

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/system/src/system.c => A driver file containing various Modules Initialization
  • ./mcc_generated_files/system/system.h => A driver file containing the System initialization prototype
  • ./mcc_generated_files/system/src/config_bits.c => A driver file containing Configuration bits initialization
  • ./mcc_generated_files/system/config_bits.h => A driver file containing the header inclusions

Changelog

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

[5.3.2] - 2021-11-09

Bug Fixes

  • CC8SCRIP-5718 :- Addition of System Arbiter Initializer in system.c

[5.3.1] - 2021-10-08

New Features

  • CC8SCRIP-5324 :- Minor ITF updates and NPM release
  • CC8SCRIP-4366 :- API Documentation and Readme content updates