This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BL51 problem

Hi,

I'm trying to locate a module within a code banked project, and I need a module to reside at a specific address in bank 1. The module gets located correctly via the BANK1(modname.obj), but if I attempt to locate this module via the subsequent use of CODE(?PR?*?MODNAME(300h)), the module then appears at 0x300 in the commmon code area.

How can I get the linker to locate my module where I need it in bank 1?

Many thanks!

David

0