lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Feb 9, 2009 at 12:41 PM, Bogdan Marinescu <bogdan.marinescu@gmail.com> wrote:
Good to know, thanks!


On Mon, Feb 9, 2009 at 7:37 PM, Doug Currie <doug.currie@gmail.com> wrote:
The C30 compiler (based on gcc) from Microchip for dsPIC33 and PIC24H knows to keep const data in flash. It can even avoid the "Harvard blues" by mapping a big chunk (32 Kbytes) of data address space to flash using a PSVPAG (Program Space Visibility) register. The compiler will manage the PSVPAG register for you, or let you have control.

That said, I wouldn't necessarily advocate the dsPIC33 or PIC24H over ARM or AVR processors for Lua.

So has anybody got Lua to run on a dsPIC33F? If so, is there any way to see an example?
--
Regards,
Ryan