chipKIT® Development Platform

Inspired by Arduino™

MPLAB 8.84 to MPIDE (arduino enviroment) for UNO32

Created Sun, 29 Apr 2012 04:16:57 +0000 by Mr Quincy


Mr Quincy

Sun, 29 Apr 2012 04:16:57 +0000

Simple question, probably already been posted some where....

I have some code that works on MPLAB, it compiles and i can easily step through it seeing the interupts working and i/o pins changing states as i intend it to.

My question is, Is it possible to put that code into the MPIDE and program the UNO32???

I already know the answer, NO you can't. SO i changed bits and pieces of the code aka ' extern "C" {} ' to get the interupt compiling. and my code successfully compiles on the MPIDE and uploads to the UNO32. HOWEVER its dead, its not doing what i want it to do....

Any suggestions?? i was thinking of using a bootloader and just directly programming the pic32xxxxxxx

Thank you in Advance, and Sorry for the bad english / grammer / spelling... =]


Mr Quincy

Thu, 03 May 2012 11:33:44 +0000

don't worry problem solved =]


shahrul

Fri, 04 May 2012 11:33:45 +0000

How you doing? Did you working extern "C" {} in the MPIDE? Because I also have many code using MPLab (for PIC16 and PIC18). The most important I want to use with MPIDE is the Timer Interrupt.