8 MCC Notifications:
This section details the hints, warnings and errors from MCC Melody.
8.1 MCC Hint: Selected Tad < minimum Tad (Time ADC Conv.)
Lower the ADC sampling frequency to be less than the time it takes for an ADC Conversion (Tad).
The Tad, time for ADC conversion, is too fast. The ADC sampling frequency needs to be lowered.
How to fix it: ADCC Clock>Clock Divider>Slow down ADC Clock.
8.2 MCC Hint: Baudrate error exceeds 2.2%
Low default clock frequncy may result in baud rate errors, such as when setting a baud rate of 115200.
In general, UART baud rate error must not exceed 2.2%. Many PIC microcontrollers
have a default main clock frequency of 1 MHz. Notifications are given by MCC to correct
this.
The System Clock can be in increased by increasing the clock frequency and/or reducing the Clock Divider.