Problem running an algorithm on OM13098(LPC54628)

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

Problem running an algorithm on OM13098(LPC54628)

820 次查看
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 回复数

760 次查看
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 项奖励
回复

743 次查看
CarlosGarabito
NXP TechSupport
NXP TechSupport
0 项奖励
回复

794 次查看
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 项奖励
回复