chipKIT® Development Platform

Inspired by Arduino™

stand alone pic32mx320

Created Thu, 03 Nov 2011 07:17:02 +0000 by house91320


house91320

Thu, 03 Nov 2011 07:17:02 +0000

i have a board with a pic32mx320 (the same one as the uno32), is there a way to upload to the code to it threw a pickit2.


Jacob Christ

Sun, 13 Nov 2011 22:45:33 +0000

You will have to put the Arduino bootloader on to the board. Which you will need to get from here:

https://github.com/chipKIT32/pic32-Arduino-Bootloader

You will need mplabx to compile it.

Then you should be able to upload over the serial port that would normally go to the FTDI chip. I've never tried without the FTDI but I think its just a matter of resetting the board before starting the upload.

Jacob