I'd like to compile my application (to flash onto my board) starting from a specific address, for example 0xFF00 of my flash memory.
Then, I'd like debug my application, so, I should start my debug session from address 0xFF00 of my flash memory. How is it possible to do this two things in MCUXpresso IDE v11.2.1? All the others memory zones are automatically mapped based on my "offset"?
After the build, when the code is on the board, is possible to say the start and the final address of the application?