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?