Other Parts Discussed in Thread: TMS320F28069, CONTROLSUITE
Hi forum,
I need some help with the TMS320F28069, please.
During building a own project based on one from the examples I am a little bit confused about the flash wait states.
In the function InitFlash of the example code the wait states are as followed
-------- snip --------
//Set the Paged Waitstate for the Flash
FlashRegs.FBANKWAIT.bit.PAGEWAIT = 2;
//Set the Random Waitstate for the Flash
FlashRegs.FBANKWAIT.bit.RANDWAIT = 2;
//Set the Waitstate for the OTP
FlashRegs.FOTPWAIT.bit.OTPWAIT = 2;
-------- snap --------
But the data sheet says at 90Mhz SYSCLKOUT it should be 3 3 5 (page 156 of SPRS698D)
I checked the SYSCLKOUT freq, it is 90Mhz. So is there a kind of "overclocking"?
By the way, the examples uses the internal clock generation, the external crystal of the control card is not used. If i switch to the external one I have to take care about the PLL, because now we have 20Mhz "base freq". is this correct?
Thank you for your answers
martin