Problem running an algorithm on OM13098(LPC54628)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem running an algorithm on OM13098(LPC54628)

479 Views
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?

Labels (1)
0 Kudos
3 Replies

419 Views
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 Kudos

453 Views
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 Kudos