Forum : 8051
Original Post
Post Information | Post |
---|---|
October 28, 2009 - 10:55am
|
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 |
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 ?