WallaceIT / picberry

PIC Programmer using GPIO connector
GNU General Public License v3.0
40 stars 27 forks source link

Support for pic32 #1

Closed ghost closed 8 years ago

ghost commented 10 years ago

I would like to see support for pic32 chips especially since they aren't supported by pickit2 or any other Free tools I've found.

WallaceIT commented 10 years ago

Currently I do not have any PIC32-based hardware to work with, but support is planned!

WallaceIT commented 8 years ago

A quick update, nearly two years later. I added preliminary support for PIC32 devices, I can now write and read device memory. Unfortunately, my basic blinky firmware seems not to start, and currently I do not have enough time nor an alternative programmer (such as a PicKit3) to check what's wrong.

WallaceIT commented 8 years ago

Tested today after another 6-months and a basic blink firmware runs successfully on PIC32MX250F128B. Basic pic32mx (and theoretically mz) support can be considered as added, but needs testing.