This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSCNCD28388D: I Cannot Change Clock Source to Internal Osscillator

Part Number: TMDSCNCD28388D
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello everyone,

I am working with an F28388D development kit and I prefer not to use an external oscillator. Instead, I want to use the internal oscillator. I have selected the internal oscillator through SysConfig and have configured the necessary division and multiplication settings in the System PLL and Auxiliary PLL sections. The relevant screenshots are attached below.

I added device support and CMD file to the project:

I selected internal osscillator2 and changed div and mult values accordingly:

I also changed the PLL settings for auxillary PLL.

However, when I try to compile and debug the code, it either gets stuck at __error__ (device.c, line 158) or hangs at the SysCtl_setAuxClock(DEVICE_AUXSETCLOCK_CFG); function.

I am not sure where I might be making a mistake. Could someone please help me understand what I might be doing wrong?

Thank you in advance!