1 Known Issues
Provides a list of known issues in the MCC Melody AVR® IEC60730 Class B 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. | Clock Frequency Diagnostic |
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
Hence, the clock diagnostic test does not work
with the default MCC generated
|
TCA0.SINGLE.PER register in the
TCA0_Initialize function must be
initialized to 0xFFFF in the file
tca0.c file. |