NAND Flash with LPC1769

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NAND Flash with LPC1769

319 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mykbdj on Tue Apr 08 00:23:02 MST 2014
Hi,

Can someone provide me any ideas if it would be possible to interface external NAND flash memory (Samsung K9F1G08) with LPC1769?

All I can find is about LPC1788, which indirectly supports this kind of interfacing. Is that so?

Thanks!
Labels (1)
0 Kudos
1 Reply

288 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by MikeSimmonds on Tue Apr 08 09:32:17 MST 2014
The 1769 does not have the EMC block (External Memory Controller).
So you will have to write code yourself to manipulate/read port pins to read
and write bytes to the device. [up to 15 pins are required]

Read the K9F1G08 datasheet to see what waveforms are needed.
And what pins you need/want.

Mike.
0 Kudos