Arudino board using PIC32

What about CUIduino?

http://www.create.ucsb.edu/~dano/CUI/

(check the last part of article)

Dan Overholt is developing new CUI32X

http://overtone-labs.ning.com/profiles/ … kh63o2z5wi

and it will be release under SPARKFUN!

:slight_smile:

TheDirty:
There’s a Cortino. 32bit 72Mhz 512K STM32 Cortex-M3.

http://www.bugblat.com/products/cor.html

Neat! ARM and M3 is getting so inexpensive that to me, highly proprietary PIC32 and AVR32 make no sense.

Coridium SuperPRO is a 100 MHz M3 with built-in BASIC running > 25 million lines of code / sec

or ARMmite PRO ARM7 at 60 MHz

http://www.coridiumcorp.com/Products.php

Both are Arudino PRO footprint with C compiler option

UofMEShop:
Coridium SuperPRO is a 100 MHz M3 with built-in BASIC running > 25 million lines of code / sec

or ARMmite PRO ARM7 at 60 MHz

http://www.coridiumcorp.com/Products.php

Both are Arudino PRO footprint with C compiler option

almost good. No JTAG. Hardware kind of hard-linked to the BASIC run time.

Alternatives are more versatile.

Actually the JTAG pins are available on the SuperPRO.

http://www.coridiumcorp.com/ARMhelp/scr … rPins.html

The latest Yagarto GCC is available pre-configured for the board.

If there is ever a reliable version of OpenOCD a JTAG adapter would be made available.

Hello All,

I am new to PIC32/MIPS and was wondering what I need to do to compile code for the PIC32 using Codesourcery MIPS compiler? If I don’t use the microchip proprietary compiled libraries how much bigger will the code grow using the standard libraries in Codesoucery?

Thanks

We have a project named PINGUINO,

Pinguino 32X, a PIC32MX Version using UBW32 and EMPEROR board are near of release:

We already have this Arduino functions working:

Digital functions (digitalRead and digitalWrite)

Analog functions

millis

LiquidCrystal (Text LCD)

GLCD

PWM, i2c, SPI …

and more,

Pinguino 32X has a new IDE too…

coming soon!

All it uses Microchip C32 compiler, and send you .hex by USB connection without any programmer, using UBW32 application…

:mrgreen:

We have a new opensource compiler on the way too! But need more work on it. :roll:

anunakin:
We have a project named PINGUINO,

Pinguino 32X, a PIC32MX Version using UBW32 and EMPEROR board are near of release:

We already have this Arduino functions working:

Digital functions (digitalRead and digitalWrite)

Analog functions

millis

LiquidCrystal (Text LCD)

GLCD

PWM, i2c, SPI …

and more,

Pinguino 32X has a new IDE too…

coming soon!

All it uses Microchip C32 compiler, and send you .hex by USB connection without any programmer, using UBW32 application…

:mrgreen:

We have a new opensource compiler on the way too! But need more work on it. :roll:

NOOOO!!!!! MY WORK IS DUPLICATED! :P

MCHP C32 compiler is open source… Why new compiler? :s