Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
|
Forum Index : Microcontroller and PC projects : Duinomite with MPIDE
Author | Message | ||||
JohnL Senior Member Joined: 10/01/2014 Location: SeychellesPosts: 128 |
I have successfully remapped pin assignment for Duinomite to be used with MPIDE. I am looking for a MPIDE Bootloader that supports Duinomite Program Load button on RD8 port pin, or a source code for MPIDE Bootloader for PIC32MX795. At the moment Fubarino bootloader works fine but Program Load button is on RE7 or D7 pin on Duinomite. So far cant find source code for this bootloader to modify. MPIDE has give Duinomite a new lease on life with unparalleled performance and lots of existing Arduino software and hardware. |
||||
JTR0701 Regular Member Joined: 10/07/2013 Location: AustraliaPosts: 71 |
For the source code try here: https://github.com/chipKIT32/PIC32-avrdude-bootloader/tree/m aster/bootloaders |
||||
JohnL Senior Member Joined: 10/01/2014 Location: SeychellesPosts: 128 |
Thanks JTR0701, Includes a comprehensive list of PIC32 processors. Unfortunately, I don't have PRO XC32 compiler for full optimization. Will see if I can get someone with PRO XC32 to recompile with program/upload button and LEDs port changes. #elif defined(_BOARD_FUBARINO_SD_512K_USB_) // 32MX795F512H, Microchip version (v1.5)
// Boot LED #define BLedLat E // change to B #define BLedBit 5 // change to 12 OR 15 for yellow or green LED. // Virtual program button #define VPBntLat E // change to D #define VPBntBit 7 // change to 8 // Program button #define PBntPort E // change to D #define PBntBit 7 // change to 8 SOLVED MPIDE Bootloader for PIC32-T795 works perfectly. https://www.olimex.com/Products/Duino/PIC32/PIC32-T795/open- source-hardware Time for me to place Basic Interpreter back in the museum. |
||||
Print this page |