PIC24F16KA102 [solved] - 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: PIC24F16KA102 [solved] (/showthread.php?tid=2) |
PIC24F16KA102 [solved] - dwight - 2010-08-13 Hello I found bug in bootloader. In PIC24F16KA102 uC U1RX and U2Rx pins are default use as analog input so UART don't work correctly. Fix: in ds30loader.s file: Code: ;------------------------------------------------------------------------------ i added lines: Code: mov #0xffff,W0 now bootloader works Regards and thanks for great work RE: PIC24F16KA102 - Mikael Gustavsson - 2010-08-15 Thank you dwight for the report! I'll see if I can incorporate this in the next release. RE: PIC24F16KA102 - tyralek - 2010-12-06 Hi, I'm trying to run ds30 loader on PIC24F16KA102 the firmware on pic seems to work correctly. but I have get Error Message in GUI. How can I fix it? Code: Initiating download... but when I change in firmware: Code: ;--- I get errors in GUI: Code: Initiating download... RE: PIC24F16KA102 - Mikael Gustavsson - 2010-12-07 Please start a separate thread and we will help you. RE: PIC24F16KA102 - Mikael Gustavsson - 2011-01-17 Dwight, is the bootloader working ok for you? Could you please tell me what revision of the device you are using. |