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 store >64K constant data?

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

Parents
  • possibly consider changing to a CPU that does not used paged memory... thus there is no problem... mitsubitshi have a good range of CPU's in the M16C/62 family that have upto 384K on board flash with 32K onboard RAM... their memory maps are contiginous 1mb of address space... thus 200K is no problems !!

Reply
  • possibly consider changing to a CPU that does not used paged memory... thus there is no problem... mitsubitshi have a good range of CPU's in the M16C/62 family that have upto 384K on board flash with 32K onboard RAM... their memory maps are contiginous 1mb of address space... thus 200K is no problems !!

Children