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.
All notable changes to this project will be documented in this file.
- CC8SCRIP-19286 :- Remove DEBUG configuration bit from the MCC UI
- CC8SCRIP-19842 :- Default value of WTDE configuration bit is set to "disabled"
- CC8SCRIP-19634 :- Set default configuration for RSTOSC to HFINTOSC
- CC8SCRIP-19285 :- Add package version in the generated .c and .h files
- CC8SCRIP-17178 :- Remove unnecessary include (conio.h)
- CC8SCRIP-17189 :- Added missing SystemArbiter_Initialize() function in system.c
- CC8SCRIP-16822 :- Resolved inconsistent behavior of Interrupt Priority feature in PLIB