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.
Changelog
All notable changes to this project will be documented in this file.
[3.1.7] - 2024-04-24
Improvements
- CC8SCRIP-19992 :- Update import version of the initializer-main interface to the generic version ^0.*
[3.1.6] - 2024-02-07
Improvements
- CC8SCRIP-19285 :- Add package version in the generated .c and .h files
[3.1.5] - 2023-11-08
Bug Fixes
- CC8SCRIP-18537 :- Fixed APPEND and BOOTEND code generation issue in MCC