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,995件の閲覧回数
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 解決策
1,700件の閲覧回数
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 返答(返信)
1,701件の閲覧回数
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 件の賞賛
返信
1,700件の閲覧回数
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 件の賞賛
返信