Other Parts Discussed in Thread: SYSCONFIG
Hello.
I want to modify the system's clocks using the "Clock tree GUI tool".
Since the MCU X1 input uses an oscillator of 10 MHz, I changed the setting like this,
but when I look inside the function "SysCtl_setClock(DEVICE_SETCLOCK_CFG)" in the "device_init()" function,
the values of the "clock tree" are not reflected at all in the define values.
So, I searched for other posts on the forum and saw posts that said that the "Device Support" module needs to be added in sysconfig for the "Clock tree" settings to be reflected.
So I also added the "device support" module, but I got several "redefine" errors.
The following is a screenshot of the error message.
I don't know how to deal with the redefined problem that occurs between the automatically generated files.
In addition, I'm not sure that adding the "device support" module is the right solution.