NXP 3250 Library - Overlay manager for IAR in C++

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

NXP 3250 Library - Overlay manager for IAR in C++

291 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by trichloramine on Tue Nov 04 13:39:10 MST 2014
A separate project that creates a library of routines you want to load from flash.

A PC program analyzes the routines included in the overlay scheme, and modifies your IAR project to include the overlay manager.

The routines you want included in the overlay scheme are appended to the program image, offsets are calculated at run time, and the selected set of routines are loaded into RAM, and you call the routines as you would any code..

Takes care of forcing uncalled routines to be included in the symbol map, modifies the icf file with sizes of overlays, and sections. Also empties MMU pipeline before executing.

If you are interested in this, or any part of the NXP library, please contact me.



Labels (1)
0 Kudos
0 Replies