lua-users home
lua-l archive

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


On Tue, Dec 28, 2010 at 10:40 PM, KHMan <keinhong@gmail.com> wrote:
> On 12/29/2010 11:36 AM, Javier Guerra Giraldez wrote:
>>
>> sorry to disappoint, but PIC (even in the '32 family) doesn't have
>> anything to do with the MIPS architecture.  I guess the mixup is
>> because in their literature they repeat again and again the "highest
>> MIPS/MHz" phrase.
>
> You sure? Go look at some datasheets and come back when you've finished.

right, i was wong.

it turns out that PIC32 is a low-end MIPS core with a boatload of
PIC-style on-chip peripherals and no PIC core anywhere.

still, it doesn't have any external bus interface (no, GPIO pins
doesn't count. i've done that on smaller PICs, but it makes external
memory look like storage devices, not RAM); so any port would be
limited to what inner memory can hold.

OTOH, MIPS is a real 32bit ISA, targeted by real C compilers (gcc
among them).  In fact, even i own a MIPS-based router running a full
Linux (OpenWrt), complete with a Lua interpreter, and i consider
myself quite lacking gadgetwise.

-- 
Javier