Other Parts Discussed in Thread: C2000WARE
Tool/software:
I am using the TI example code to run the MCD test.
The code works fine for the f28379d (launchpad) controller. I am able to verify the missing clock detection for the f28379d (launchpad) controller. However, when I use the same example code for f28377d controller, I am not able to see the missing clock detected. The NMI ISR does not get triggered and the CLOCKFAIL register does not get set.
I am using XTAL (External Oscillator) as clocks for both the controllers.
The notable difference is XTAL (SYSCTL_OSCSRC_XTAL ) = 10Mhz for f28379d (launchpad) and XTAL (SYSCTL_OSCSRC_XTAL) = 20Mhz for f28377d controller.
Are there any additional changes that needs to be applied for f28377d controller for the mcd test to work correctly? Let me know.
Thank you!