I am trying to interface SDRAM with RM48L952zwt. To generate code I am using HAL code generator. In that have configured EMIF module as per SDRAM data sheet. But I am not able to read and write any data.
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.
I am trying to interface SDRAM with RM48L952zwt. To generate code I am using HAL code generator. In that have configured EMIF module as per SDRAM data sheet. But I am not able to read and write any data.
Vishal,
Some EMIF signals are multiplexed with other functions and need to be selected. Please use the "PINMUX" tab in HALCoGen to enable EMIF functions for these multiplexed terminals. Also, some EMIF functions are gated off by default and need to be enabled so that they can be output. This can also be configured on the "PINMUX" tab.
Regards, Sunil