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.

TMS320F28388D: Dual core clock configuration

Part Number: TMS320F28388D

Hello

I am using both cores for my applications and using TI driverlib examples.The external crystal oscillator is 20MHz.

In the device.h file, define the micro #define USE_20MHZ_XTAL, which configures the core to run at 200MHz.

Do I need to configure the clock for core2 also, or is that taken care of by the void Device_init (void) function in the device.c file of the core?

Thanks in advance