Where do I find the example code or demo project about MPC5645S?

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

Where do I find the example code or demo project about MPC5645S?

跳至解决方案
1,122 次查看
fatsnyang
Contributor I

I'm working on a digital instrument cluster ver2.0 project now.

 

Get  freescale's instrument cluster demo project is very good,

Get some peripheral's(SPI FLASH, DMA, UART, etc) drivers and example projects is good.

 

And, the matter is how can I use a SPI Flash as system external memory for  storing / loading image data?

( SYSTEM HAS NOT EXTERNAL DRAM)

(use CodeWarrior)

Thanks.

标签 (1)
0 项奖励
回复
1 解答
827 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

MPC5645S has QuadSPI module that can be used to connect external serial flash to store images. Data in external flash are available directly in memory map because the read access automatically triggers appropriate command sequence for read. See please reference manual for more details.

I can provide simple example that shows how to erase/write/read the external QSPI flash - see attachment. It is written for MPC5606S which has QSPI module too.

Regards,

Lukas

在原帖中查看解决方案

0 项奖励
回复
2 回复数
828 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

MPC5645S has QuadSPI module that can be used to connect external serial flash to store images. Data in external flash are available directly in memory map because the read access automatically triggers appropriate command sequence for read. See please reference manual for more details.

I can provide simple example that shows how to erase/write/read the external QSPI flash - see attachment. It is written for MPC5606S which has QSPI module too.

Regards,

Lukas

0 项奖励
回复
827 次查看
fatsnyang
Contributor I

Hi,

Thank you for helpping.

I find that use SPI flash to store images will be a hardly work.

So, I would like reduce  the BPP of  images to keep them stay in the internal flash..

Thans a lot.

0 项奖励
回复