Re: code banking in keil




ishita wrote:
Hi all!

About "code banking" using keil compiler, I read first 32k memory of
bank is kept as common area and rest 32k for bank in each bank.
Can we reduce common area memory and increase actual bank memory as per
the requirement?

Best regards,
Ishita

C51: CREATING CODE BANKING PROGRAMS
http://www.keil.com/support/docs/158.htm
'For example, if you specify that the bank area is from 0x4000 to
0xFFFF, that gives 48K for the code banks and only 16K for the common
area (0x0000 to 0x3FFF).'

BL51 Code-banking Linker/Locator
http://www.keil.com/support/index/bl51

BL51: WRITING YOUR OWN CODE BANKING SYSTEM
http://www.keil.com/support/docs/1083.htm

The answer must be in there somewhere.

.


Quantcast