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.

AM3354 DDR3 ddr_pll_config() issue in uboot

Hi:

I use the a DDR3 chip MT41K128M16JT-125 in my board, now the CCS can initialize the EMIF and DDR3 TIMx, read and write DDR3 is correct through CCS; but when use uboot to  initialize DDR3 through 

ddr_pll_config(303)

config_am335_sk_ddr3()

the uboot write 0xa5a5a5a5 for test,  then read the DDR3 at same address, all the return value is 0; if I delete  ddr_pll_config(303) , then write and read test correctly sometimes, what I may be encountered? if not set the ddr_pll_config(303), the DDR3 is running which frequency?