forked from chipKIT32/pic32-Arduino-USB-Bootloader-original
-
Notifications
You must be signed in to change notification settings - Fork 0
EmbeddedMan/pic32-Arduino-USB-Bootloader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project builds a simple Stk500v2 bootloader that is compatible with avrdude and MPIDE (used on the chipKIT boards) for any PIC32 MX4, 5, 6, or 7 MCU. The bootloader lives wholly in bootflash, leaving all primary flash (0x9d000000 and higher) for use by applications. When running the bootloader, the MCU exposes a CDC/ACM serial port function out the USB, and you can configure avrdude or MPIDE to talk to it. You install the bootloader on your MCU using a Pickit3 or equivalent. You need to install the Stk500v2.inf file to talk to the CDC/ACM port on Windows (using the Microsoft driver usbser.sys -- the inf file just binds a human-readable name "Stk500v2" to the VID/PID used by the CDC/ACM port). Just right-click on Stk500v2.inf and select Install. You can then use MPIDE to talk to the CDC/ACM port -- reset the board before uploading your sketch (you have 10 seconds to get to the upload or else the bootloader will transfer control to the previous sketch on the MCU). If your board has a PRG switch (like CUI32 and UBW32), there is no 10 second timeout. Instead, the procedure is: 0. Connect MCU through USB cable to PC 1. Press and hold the PRG button 2. Press and release the RESET button. (MCU will enter bootloader mode and enumerate CDC/ACM device and OS will create device file) 3. Release PRG button 4. Start MPIDE 5. Upload 6. When your code works, go to step 7. Otherwise go to step 1. 7. done! To build bits in MPLAB X that can be loaded to the bootloader, you must use a bootloader-compatible .ld file :chipKIT-MAX32-application-32MX795F512L.ld or chipKIT-UNO32-application-32MX320F128L.ld. You can see an example of how to do this in the StickOS skeleton project: http://www.cpustick.com/downloads.htm -- Rich Testardi ([email protected]) // These files originated from the cpustick.com skeleton project from // http://www.cpustick.com/downloads.htm and were originally written // by Rich Testardi; please preserve this reference and share bug // fixes with [email protected].
About
stk500v2 bootloader via builtin USB port for Pic32
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 91.0%
- Shell 9.0%