chipKIT® Development Platform

Inspired by Arduino™

PIC32mx250F128B & MPLAB X

Created Fri, 05 Feb 2016 11:16:03 +0000 by keithsloan52


keithsloan52

Fri, 05 Feb 2016 11:16:03 +0000

I hoping to connect up a PIC32mx250f128B to a Raspberry Pi.

The initial plan is to load the bootloader with Pickle and then to use MIPDE to run sketches. But one thing I want to test is a SPI-Slave on the PIC and I understand that the Arduino library only supports SPI-Master not Slave. I am therefore looking to use a ICSP header and program the PIC via a PicKit3. I have installed MPLAB-X and the Free version of XC32 but there after I am struggling. Especially to find example code that works with MPLAB-X rather than MPLAB and XC32 rather than C32 and also works on the PIC32mx250f128B.

Anybody got any helpful pointers