How to execute APP from the external Flash. my bootloader is in internal flash(MK64FX)

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

How to execute APP from the external Flash. my bootloader is in internal flash(MK64FX)

595件の閲覧回数
NEIL4
Contributor II

With Ref(AN3854) which is exclusively for Codefire, where (Executing code over the Mini-FlexBus is supported.)

But Im interfracing with NOR Flash via flexbus in MK64FX512.

Please provide application note or Sample code.

hank you.

0 件の賞賛
1 返信

579件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @NEIL4 ,

We don't have any references designs using a parallel NOR flash. ColdFire's FlexBus is similar to Kinetis. Please see https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-NOR-Flash-Compatibility/m-p/773522

You also can refer to AN4393. It introduces Kinetis FlexBus. https://www.nxp.com/docs/en/application-note/AN4393.pdf

One thing you should know is if you put code in NOR the performance going to the FlexBus is going to be significantly worse than what they'll get running from the on-chip flash, and since the K24 doesn't have a system cache there isn't really any way to avoid that.

0 件の賞賛