We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Using uV2, the RL51 linker arranges the relocateable code modules in order of size, starting with the largest modules and ending with the smallest. I have a need to always have one module appear at the end, without specifing an absolute address. Any suggestions? Thanks...
My apolgies... it's the BL51 linker. Just found the answer. The NOSORTSIZE linker control allows module placement in the same order as in the input file. Thanks...