LPC55S69JBD100E - EXTERNAL FLASH SUPPORT

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC55S69JBD100E - EXTERNAL FLASH SUPPORT

900 次查看
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 回复数

881 次查看
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 项奖励
回复

878 次查看
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 项奖励
回复

874 次查看
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 项奖励
回复

854 次查看
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 项奖励
回复

800 次查看
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 项奖励
回复