LPC1788 write external flash

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC1788 write external flash

175件の閲覧回数
lorenzogalbiati
Contributor I

Hello,
for my job I have to design a project based on LPC1788 where some data are received by UART and then must be written in memory.
Initially I wanted to use an external SPI EEPROM but because of data size (several Mbits) I need to use an external flash memory connected by EMC.


In the past I have used EMC for SDRAM, never for Flash. How can I write a single buffer of data into external flash? I don't want to write low level read/write functions from external flash because it is complex and I wonder if there is a simple way

Best regards

 

0 件の賞賛
返信
1 返信

153件の閲覧回数
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Flash are written on pages, unlike SDRAM. For examples, to configure the flash, I found these two post that may be helpful:
Spansion EMC NOR Flash on LPC1788 - NXP Community
EMC + LPC1788 + s29gl064 norFlash - NXP Community

BR,
Omar

0 件の賞賛
返信