I have a lot of constant data, and the total size is almost 200K. 8-bank will be used. However, I remember that a function can only use the constant data in the same bank. Is it right? and If it is true, how should I deal with such a large constant? Thanks a lot
Thanks! The chip we are using is Winbond w78c438c. can it work?
Take a look to the folder: Keil\c51\Examples\FarMemory\1MB Constants on Classic 8051. It shows an example on how to do that.