Hi,
I have a query,
We have a NAND flash and SDRAM connected via same EMIF interface.
When the program is executing from the SDRAM, we are unable to do the Nand operations(read/write).
This issue is may be becasuse, in the program i am calling
Nand_init() , where it resets the EMIF and does the initializations for
accessing NAND.
Due to reset of EMIF, SDRAM is unable to run the code
as it might be loosing its current value because of reset.
We are trying to debug the issue.
Can anyone help/suggest how to resolve this issue...?
Thank you.