24HJ128GP504 - Printable Version +- ds30 Loader free edition forums (https://picbootloader.com/forum) +-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3) +--- Forum: 16-bit firmwares (https://picbootloader.com/forum/forumdisplay.php?fid=6) +--- Thread: 24HJ128GP504 (/showthread.php?tid=21834) |
24HJ128GP504 - juranek - 2015-12-09 Hi, I have a problem with implementing 16bit bootloader to PIC24HJ128GP504. I'd like to use internal oscillator (FRC) on 7,37Mhz (without PLL). RP14 is RX, RP15 is TX (I set their TRIS registers in user_code.inc and set PPS register values - is there anything else I have to set?) GUI app tells this: Initiating write... Searching for bl . The hardware detected a framing error.response timed out Found dsPIC30F3014 Firmware version timed out Tx 1 byte / Rx 2 bytes / 6,3s Write failed Why GUI founds dsPIC30F3014? Could it be timing error? (baud rates are same in settings.inc and gui - 9600 bauds).. Thank you for your help firmware_16-bit.zip (Size: 78.93 KB / Downloads: 24) RE: 24HJ128GP504 - Mikael Gustavsson - 2015-12-18 From the firmware manual Quote:Pins that can be used by the A/D are many times configured as analog on startup. If any of RE: 24HJ128GP504 - juranek - 2016-02-02 (2015-12-18, 20:40:48)Mikael Gustavsson Wrote: From the firmware manual Hi, we still have problem with bootloader, we changed our settings. Now we want pic witch external 10MHz oscilator, but bootloader still return error - Found another pic of framing error.. What can be wrong? Thank you! |