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.
Hi, TI guys!
I have successfully booted my evm board through spi boot with the ddr boot table i found from the forum. But the are 3 fields, PLL Prediv, PLL Mul, PLL Post div still bothering me. The spi boot doc doesn't have a clear describtion about the meaning of these 3. In the para table I found from forum, the 3 field are set as follow:
00 00 00 00 // pll prediv
00 00 00 1c// pll mul
00 00 00 02 // pll postdiv
And the DDR input clk in C6678 evm is 66.667MHZ, so how do these 3 parameters(mul = 28, div =2 ??) work to derive the needed 666.67Mhz ddr rate in EVM? And since I am gonna use spi boot on my own board with ddr input clk 200Mhz, how shall I change this 3 parameters to create a 666.67Mhz ddr rate?
Thanks!
David Yang
David,
The boot loader userguide explaind how these are used to calculate the core frequency.
thanks,
arun.
Hi,Arun
In bootloader userguide, there are only describes about which byte means what, but no information about how to use them to caculate the core frequency. Or maybe my doc is not the latest? Could you give me a link or just tell me how to caculate, thanks!