| |||||
Technical Support Support Resources
Product Information | L166: RELOCATING REGISTER BANKSInformation in this article applies to:
QUESTIONHow can I relocate a register bank to another location in on-chip RAM? I have tried the following: SECTIONS(myreg%REG (0xFD00)) SECTIONS(myreg%*REG* (0xFD00)) but they both give errors stating the section or register bank cannot be found. ANSWERYou can relocate a register bank using the L166 REGBANK directive. For example, to relocate the register bank myreg to FD00H you would use: REGBANK(myreg(0xFD00)) To set this directive in µVision:
MORE INFORMATION
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Friday, July 15, 2005 | ||||
| |||||