This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using EMC on LPC1788

I am using LPC1788 and have successfully written EMC code. H57V2562GTR (SDRAM 16Mx16) is interfaced with the controller. Two ICs are used in parallel to write 32Bytes (16MSB in one chip and 16LSB in other).
I have tested the code and it works fine (The read and write operations).

I know that by using __attribute__((at(address))) i can define variables at specific memory address.

Will i have to initialize the EMC before defining the variables in the external memory area?

0