SPIFI code execution on LPCXpresso54608

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

SPIFI code execution on LPCXpresso54608

ソリューションへジャンプ
1,014件の閲覧回数
alexis_marquet
Contributor II

HI, I'm having trouble running code from spifi flash on the LPCXpresso546XX, specifically the 54608 version. When placing code in internal flash, the program runs fine, but when i added *(.text) -> Board flash, the program hardfaults with a IBUSERR.

So far the resources i have found about this were mostly about the SPIFI driver used to program the flash with the debugger. I am wondering what (if any) configuration of the SPIFI is needed in order to run the code from external flash on the development board.

I'd be happy to supply more info as needed, my only idea so far is that maybe there needs to be some configuration about timing when using the SPIFI device mapped to AHB bus?

Hope you can help me,

Best regards,

Alexis Marquet

PS: The EmWin tools/ appwizard is not up to the last version on your website, which is still giving 6.10f while last version is 6.14a: ROM usage of Appwizard - emWin related - SEGGER - Forum 

ラベル(1)
タグ(3)
1 解決策
951件の閲覧回数
alexis_marquet
Contributor II

I managed to solve my problem. SPIFI was not put in memory mode. for others that might have the same problem, i had to add SPIFI_SetMemoryCommand before the memory could be accessed trough AHB after setting up the peripheral. you can find the example in the SDK - flash_component_nor_spifi. the difference with the example is that the read function actually resets the memory mode after reading it using memcpy, and we don't want that.

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
952件の閲覧回数
alexis_marquet
Contributor II

I managed to solve my problem. SPIFI was not put in memory mode. for others that might have the same problem, i had to add SPIFI_SetMemoryCommand before the memory could be accessed trough AHB after setting up the peripheral. you can find the example in the SDK - flash_component_nor_spifi. the difference with the example is that the read function actually resets the memory mode after reading it using memcpy, and we don't want that.

0 件の賞賛
951件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Alexis,

You can also find spifi demo under SDK,download from https://mcuxpresso.nxp.com/en/select       

pastedImage_1.png

Regards,

Alice