Hello Alireza,
i want to know that Is it same for all EMC blocks in other microcontrollers?
NAND Flash is an old memory technology, so now it's hard to find a MCU that support this natively. I highly recommend you to use a NOR Flash instead which uses a quad SPI interface.
The LPC546xx family includes a quad SPI Flash Interface (SPIFI) for expanding program memory. If you use this type of memory then you will be able to run code and boot from it.
Please notice that if you want to continue using the NAND flash then you wont be able to run code or boot form it, since this type of memory is not supported natively.
EMI is like EMC?
EMI and EMC are referring to the same peripheral. The name changed between versions because of different features of the peripheral, but it is use for the same thing (external memory control).
i found that EMC can drive just Small Page Nandflash devices, is it true?
This will depend on the reading and writing characteristics of the NAND flash that you are using.
Hope it helps!
Victor.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------