chipKIT® Development Platform

Inspired by Arduino™

chipKIT DP32 on Microstick II

Created Thu, 11 Jul 2013 09:02:15 +0000 by joven


joven

Thu, 11 Jul 2013 09:02:15 +0000

Hi,

I like to know if i can use chipKIT DP32 FW on Microstick II (PIC32MX250F128B).

thanks


majenko

Thu, 11 Jul 2013 23:45:19 +0000

I don't see why not - the chips are the same, it's just a matter of if you can connect it up right. The USB port on the Microstick II doesn't connect to the PIC32 but to a PIC24 that flashes the PIC32. You'd need to wire your own USB port, reset and program buttons up to the PIC32 to use it.

Oh, and according to the DP32 schematics there's an 8MHz crystal, so you'd want to get one of those (plus caps) in there too or the bootloader won't run.

TBH you'd be better off porting the bootloader (available here: [url]https://github.com/EmbeddedMan/PIC32-avrdude-bootloader[/url]) to suit the Microstick II more specifically.


EmbeddedMan

Fri, 12 Jul 2013 02:47:28 +0000

majenko is right on. With one slight correction - use the bootloader here [url]https://github.com/chipKIT32/PIC32-avrdude-bootloader[/url] instead. (My EmbeddedMan version is no longer up to date)

*Brian


majenko

Fri, 12 Jul 2013 08:33:08 +0000

majenko is right on. With one slight correction - use the bootloader here [url]https://github.com/chipKIT32/PIC32-avrdude-bootloader[/url] instead. (My EmbeddedMan version is no longer up to date) *Brian

Oooh, that's good to note - I'll update my bookmark :)