Hi Jim,
I am looking for an example_app which generates position independent code(PIC). Because I have develop a bootloader. I can flash my app into the flash memory according to its linker file and it runs successfully. Every thing is OK up to now. However I want to move my app to different sector on flash memory. If I do that my app does not run anymore normally. So I want to generate PIC app which can be run from anywhere on the flash. Therefore I asked an example app like this.
Best regards.