| ||||||||||||||||
Technical Support On-Line Manuals BL51 User's Guide | Code Banking ExampleA code banking application with the following memory map:
requires the following linker command line:
BL51 BANK0 {A.OBJ}, &
BANK1 {B.OBJ}, &
BANK2 {C.OBJ}, &
BANK3 {D.OBJ} &
BANKAREA (0x8000–0xFFFF) &
RAMSIZE(256) &
XDATA (0x0000-0xEFFF)
| |||||||||||||||
| ||||||||||||||||