1 Known Issues for the MCC Melody AVR Diagnostic Library

Provides a list of known issues in the AVR Diagnostic Library.

Issue Issue Title Affected Component(s) Issue Description Workaround
FUSA_8BIT_LIB-9566 Clock frequency diagnostic test does not work for AVRDB and AVRDD device family. SW_CLOCK_PERIODIC_MONITOR_01

TCA0 timer period should be configured to the maximum value for the clock test to run successfully.

Currently, even after configuring the TCA0 period to the maximum value, the TCA0.SINGLE.PER register in the MCC generated tca0.c file is not initialized to 0xFFFF.

Hence, the clock diagnostic test does not work with the default MCC generated tca0.c code.

TCA0.SINGLE.PER register in the TCA0_Initialize function must be initialized to 0xFFFF in the file tca0.c file.