I'm trying to put in the parameters for the LPDDR memory we are using in the DDR controller registers, and was really surprised to see that we need 64 registers worth of values. I wanted to check if someone has already used and/or setup this memory in the BSP for the K70? The routine for initializing the DDR2 memory is in the init_hw.c file of the MQX BSP. Do we need to initialize values in all of the registers, or can we skip some portions of these DDR registers?
We are using the Micron MT46H8M16LF-6 memory part.
Thanks,
--James
已解决! 转到解答。
Thanks. I was able to get an init routine from Freescalse exports that I used to replace to DDR2 initialization sequence in the BSP with our LPDDR initialization. All is working well now.
Thanks. I was able to get an init routine from Freescalse exports that I used to replace to DDR2 initialization sequence in the BSP with our LPDDR initialization. All is working well now.