Writing one byte of data into external flash memory of NXP LPC4370 board

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

Writing one byte of data into external flash memory of NXP LPC4370 board

1,012件の閲覧回数
mathewcigi
Contributor I

Hi guys,

I have a doubt. I want store one byte of data to external flash memory of lpc4370 board(LPC4370 board doesnot have internal flash, so its code is directly flash to external flash memory).
From a device i will be getting one byte of data through USB, which i need to store in the external flash memory of the LPC board.
Please note that the external flash I have is of 1MB of size and the firmware code is around 30kB(there are other function than USB communication). So, now I can use 1 byte of memory from the remaining memory of the external flash to store the data

Please help me on this
One solution I thought was using SPIFI to write data into external flash memory while code is running, but i dont know if it works and the SPIFI library v1.3. Link is not working. where can i find the SPIFI library file

 

ラベル(1)
0 件の賞賛
返信
1 返信

987件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @mathewcigi 

You can download LPC SPIFI library from:

https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mc...  

Also can find under MCUXpresso IDE if you installed:

Alice_Yang_0-1690274116006.png

 

BR

Alice

 

0 件の賞賛
返信