Do I have to run each device on that specific speed?
--> F28M35E = 60MHz
--> F28M35M = 75MHz
--> F28M35H = 150MHz
Or can I define 60MHz and my application will run on each them okay?
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.
Do I have to run each device on that specific speed?
--> F28M35E = 60MHz
--> F28M35M = 75MHz
--> F28M35H = 150MHz
Or can I define 60MHz and my application will run on each them okay?
Those are the max speeds, so any speed below such as 60Mhz is fine.
Will this be the right way to setup the clock for
Cortex M3 = 60MHz and TI C28x = 60MHz:
SysCtlClockConfigSet( SYSCTL_USE_PLL | (SYSCTL_SPLLIMULT_M & 0x06) | SYSCTL_SYSDIV_1 | SYSCTL_M3SSDIV_1 );