We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
When linking with banking, the keil standard library routines are being placed in common space with a specific GAP "64F2H" every time. Does anybody know how to specify the library routines starting address as 0000H????? This GAP is causing me to run out of space for other routines in common space.
have you got already the bug ? I have same problem in the common zone: a GAP that correspond to a "const data" segment that i move to BANK1 (same size) to have free space in the common zone. But with this bug, i have no free space.