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

How to load banking hex files for debugging

I'm developing a Code Banking project. Three hex files has been generated. I'm trying to load them to uVision Simulator for debugging.

PROGRAM.B00: Common Bank + Bank 0;
PROGRAM.B01: Common Bank + Bank 1;
PROGRAM.B02: Common Bank + Bank 2;

Each file covers about 64K memory space. I failed to load PROGRAM generated by the BL51, which covers about 128K memory space.

Is it possible to load them to each bank seperately?