|
Re: size limitations D:
If you really needed to expand the memory, you can try editing the linker script (Make a back-up copy, though!). I would just add a section called "ExtraRoom" and having addresses from 0xF00400 to 0xFFFFFF. That should be big enough. But don't load any code you compile that way! And tell me how it goes, I'm mostly guessing.
|