Problem running an algorithm on OM13098(LPC54628)

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

Problem running an algorithm on OM13098(LPC54628)

854件の閲覧回数
RodrigoEngComp
Contributor I

I ported an algorithm from an OM 40003(LPC54018) to an OM13098(LPC54628), however, when recording the algorithm, apparently the 54628 first searches for something in the program flash, of 512kb, and not in the Board flash... But my algorithm is larger than 512kb in size and I can't write to this section.

What can I do to write to Board Flash and make it the first search address?

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

794件の閲覧回数
RodrigoEngComp
Contributor I

Before starting this topic, I managed to link certain parts of the algorithm to external memory, but when calling this data, the board crashes...

And, do you have an example algorithm that uses the external flash memory from this OM13098 board?

 

0 件の賞賛
返信

777件の閲覧回数
CarlosGarabito
NXP TechSupport
NXP TechSupport
0 件の賞賛
返信

828件の閲覧回数
CarlosGarabito
NXP TechSupport
NXP TechSupport

You can use this blog, where it tells you how to use the linker to record in certain areas of your lpc memory with MCUXpresso

 

https://mcuoneclipse.com/tag/linker/

https://mcuoneclipse.com/2017/09/06/using-the-gnu-linker-script-to-know-the-flash-and-ram-areas-in-t...

 

Have a good day

0 件の賞賛
返信