LPC55S69JBD100E - EXTERNAL FLASH SUPPORT

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

LPC55S69JBD100E - EXTERNAL FLASH SUPPORT

734件の閲覧回数
Laks489
Contributor I

How can I expand the storage on the LPC55S69JBD100E using an external SPI flash memory?

The internal flash is not sufficient for my application, so I want to use the FlexSPI interface to connect external NOR flash.

What are the hardware and software steps needed to enable this, and how can I configure it .

0 件の賞賛
返信
5 返答(返信)

715件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

Hi @Laks489 

unfortunately, the LPC55S69 does not have the FlexSPI interface.

But it has Flexcomm Interface 0 (USART, SPI, I2C, I2S).

You can use it to connect external NOR flash. But this does not support XIP.

Do you need to store data in external flash? 

BR

Harry

0 件の賞賛
返信

712件の閲覧回数
Laks489
Contributor I

Do you need to store data in external flash? 

 

No , I need to utilize this External flash memory for code storage .

0 件の賞賛
返信

708件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

Hi @Laks489 

Even if you can store the code in external flash, this chip does not support XIP.

When you need to execute code, you need to transfer the code to your RAM, which is also relatively small.

So I don't think this can meet your needs.

BR

Harry

0 件の賞賛
返信

688件の閲覧回数
Laks489
Contributor I

Even if you can store the code in external flash, this chip does not support XIP.

 

If the microcontroller supports XIP, can both QSPI and standard SPI interfaces be used to connect external flash for code storage, or is XIP limited to specific interfaces like QSPI only?

0 件の賞賛
返信

634件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

Hi @Laks489 

"If the microcontroller supports XIP, can both QSPI and standard SPI interfaces be used to connect external flash for code storage, or is XIP limited to specific interfaces like QSPI only?"


XIP is generally limited to specialized interfaces like QSPI or FLEXSPI that are designed for high-speed memory-mapped access. Standard SPI cannot be used for XIP due to its lower bandwidth and lack of memory-mapped support. 

BR

Harry

0 件の賞賛
返信