Content originally posted in LPCWare by DF9DQ on Mon Jun 03 08:57:36 MST 2013The four clock signals EMC_CLK0...EMC_CLK3 are not related to the four chip selects! They clock the four byte lanes (EMC_CLK0 = LSB, EMC_CLK3 = MSB) of a 32-bit word. All four clocks are needed, no matter what the external bus width is, or the CPU may stall on an external memory access.
EMC_CLK01 and EMC_CLK23 each combine two of these clocks, such that only two clock pins (CLK0 and CLK2) have to be used to get all four clocks, leaving CLK1 and CLK3 pins free for other purposes.
The clock signals are functionally identical, and can therefore be used in combination with whatever dynamic chip select you like (EMC_DYCSx). Note that the EMC_CKEOUTx signals belong to chip selects, not clocks. So in your case you can indeed use EMC_DYCS0+EMC_CKEOUT0 with clock EMC_CLK23 on pin CLK2!
The "better" electrical timing characteristic of EMC_CLK23 @ CLK2 refers to it offering the largest SDRAM setup time available of all clock signal / clock pin combinations.