Re: Lua with Paged / Banked memory architecture
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua with Paged / Banked memory architecture
- From: Ralph Hempel <rhempel@...>
- Date: 2009年3月27日 12:31:28 -0400
Alexander Goldstone wrote:
Due to restrictions in a microcontroller, we have 1MB available but can
only address it in 16KB chunks.
We have successfully ported Lua but are running out of memory due to
this limitation so our thought is to have Lua use a 'paged' or 'banked'
memory scheme (i.e. addressing all of the 1MB by switching between pages).
Has anybody attempted this kind of alteration and/or can you point us in
the right direction as to how we may get started with this if indeed the
Lua source would even allow it without a substantial re-write?
Is the banking in ROM or RAM? And 16k? That's an awfully small window.
Can you share a few more details?
Ralph