Hello Sir/Madam,
Right Now I am using F28M35H52C1.
Now I have configured like here.
SysCtlClockConfigSet(SYSCTL_USE_PLL | (SYSCTL_SPLLIMULT_M & 0x0F) | // 15 * 20 = 300Mhz default diveded by 2 so actual = 150M for C28
SYSCTL_SYSDIV_1 | SYSCTL_M3SSDIV_2 | //150 / 2 = 75Mhz for M35 UNIT
SYSCTL_XCLKDIV_1);
So M3 = 75MHz and C28 = 150 Mhz
I just want to know, if I am writing like below, then what time required to pass this operation.
" Temp = 100; "
what is the time required for updating only one variable ?