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/utils => This folder contains multiple files with various Functions and Prototypes defined, which helps for the basic operation of this driver.
Changelog
All notable changes to this project will be documented in this file.
[4.2.8] - 2022-02-03
New Features
- CC8SCRIP-7054 :- AVR64/32/16DDxx Device Family Support
[4.2.7] - 2022-01-20
New Features
- CC8SCRIP-6903 :- AVR64EAxx Device Family Support