Hi Hu
yes this should be possible using the DCD code, as it is configured by
IOMUXC_GPR_GPR17 register and described in AN12077 Using the i.MX RT FlexRAM
https://www.nxp.com/docs/en/application-note/AN12077.pdf
Also this may be configured with fuse Default_FlexRAM_Part - Default FlexRAM RAM bank partioning
described in Table 5-9. Fusemap Descriptions i.MXRT1050 Reference Manual.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Hu
yes this should be possible using the DCD code, as it is configured by
IOMUXC_GPR_GPR17 register and described in AN12077 Using the i.MX RT FlexRAM
https://www.nxp.com/docs/en/application-note/AN12077.pdf
Also this may be configured with fuse Default_FlexRAM_Part - Default FlexRAM RAM bank partioning
described in Table 5-9. Fusemap Descriptions i.MXRT1050 Reference Manual.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi igor,
Thank you very much! But next question is how can I generate the dcd file by my self? It look like the SDK does not provide any tools to generate the dcd.bin file form source code. By the way , can I generate this dcd.bin file from the XIP code file evkimixrt1020_sdram_ini_dcd.c?