Topic : Error 107 when code banking is used

Forum : 8051

Original Post
Post Information Post
October 28, 2009 - 10:55am
Guest

Hello

When experimenting with converting an existing project to use code banking, Error 107 is occurring. It appears that the compiler is not overlaying variables as efficiently as in the non-banked version. Are there any compiler directives, or other remedies, that can solve this problem?

Thanks
Damien

Replies
Post Information Post
+1
0
-1
November 2, 2009 - 3:16pm
Guest

On the principle, the data overlay does not depend on the bankswitching. These are two independent mechanisms.... I made a simple try, and I don't see the difference. Could you send us a small example that shows the issue ?