I am using uVision2 & C51. I have several files that need to be put into 3 different banks. How do you tell the BL51 linker that you want the first say 3 files put into the common area, 3 files into bank0 and 4 files into bank1? The linker is currently puting each files into separate banks. I am very new to this.
Right-click on the file or group and select Options. Then select the bank for the file or group of files. By default, all files are located in the common area. Jon