Content originally posted in LPCWare by MikeSimmonds on Sun Aug 09 23:14:10 MST 2015
Obviously, the selected RAM devices must be suitable for the speed at which they are accessed.
But the speed of the EMC peripheral itself must be considered also.
See the datasheet (not user manual) for the maximum rate supported.
E.g. On the LPC1778/1788, the CPU max is 120 MHz, but the EMC is only 80 MHz.
Given the limited clock divisors permited for the EMC, one can limit the CPU to 80 Mhz or run the CPU at full speed and set the EMC
to 60 MHz (half the CPU speed).
There are probably similar constraints for the 43xx series. I haven't looked.
Cheers, Mike.