Hi NXP,
Using MCUExpressso, is this possible to build the image use virual address instead of using absolute address?
Means, same image that can be ran in different location.
For example,
With one single image.bin that can be loaded into memory location 1) 0x10000 and 2) 0x20000.
I can use the boot loader to jump to either location 1) or 2)
Dear NXP,
I need to know how to build position independent code in MCUXpresso, is there any document or example?