code between pinguino ide and Mplabx

Started by TuxD3v, May 16, 2013, 01:11:50 AM

Previous topic - Next topic

TuxD3v

Hi guys,

i have a doubt...

can i use the oinguino examples for pinguino IDE in mplabx?
like copy paste the code, or i have to do tricky things?

regards
tux

LubOlimex

Hey Tux,

Unfortunately, you can't copy paste Pinguino examples to MPLABX. It might be said that Pinguino examples are on higher level of abstraction compared to what you need to achieve in MPLAB (in other words - the programming is more difficult and complex but you get to comprehend more of what is actually happening because of the lower level).

Of course all boards that can be programmed via Pinguino IDE can be programmed under MPLAB as general purpose PIC32 boards (with the need compatible programmer/debugger).

If you wish to see some MPLAB examples for a microcontroller that is pretty close to the PIC32MX440 (the microcontroller in PIC32-PINGUINO boards)check the general purpose boards with PIC32MX460:

https://www.olimex.com/Products/PIC/Development/PIC32-MX460/
https://www.olimex.com/Products/PIC/Development/PIC32-WEB/
https://www.olimex.com/Products/PIC/Development/PIC32-MX460LCD/

A good idea if you wish to program under MPLAB is to download the Microchip's Aplication Library: http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2680&dDocName=en547784.

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

TuxD3v