Guess my problem will not be solved by LCF or otrer configuration file. I don't want to organize code in memory (actually I know how to do that).
What I really want is to load one code from "X" to "Y" and, after that, load another code from "Y" to "Z" whitout erase the previous one.
Maybe there is any option to "divide" flash memory when load the code.
Ex:
addr "X" to addr "Y" will be called "Monitor"
addr "Y" to addr "Z" will be called "Application"
When I load the code I would choose to lode it in "Monitor" block or "Application" block without erase the other block.
Thank you for the fast reply.