[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: dsPIC33F Lua support (Was: Advocating Lua on an embedded systems fair)
- From: Ralph Hempel <rhempel@...>
- Date: Mon, 09 Feb 2009 11:30:51 -0500
RJP Computing wrote:
OK so is it possible to extend the 32k of RAM with an external RAM chip
and use Lua with a custom allocator?
On that device I'd have to check, but the problem with PICs in
general is that they separate code and data accesses to different
busses and instructions.
And once you add an external memory device, you might as well look at
a different CPU architecture that has the RAM and FLASH you need onone
device.
Ralph