ds30 Loader free edition forums
PIC24HJ64GP502 Bootloader Timed Out When Searching For bl With GUI - 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: PIC24HJ64GP502 Bootloader Timed Out When Searching For bl With GUI (/showthread.php?tid=2286)



PIC24HJ64GP502 Bootloader Timed Out When Searching For bl With GUI - donghui1311 - 2014-08-27

Hi Mikael,
I have come across some problem with using the bootloader I followed the instruction from the firmware manual change the PPS to TX->RP11 RX->RP10 and loaded into the PIC24HJ64GP502 with ICD2 with no issue. But while using the GUI(v 1.5.7) to program my application to the chip, it timed out when searching for bootloader.
Attached is the project file for the bootloader.
I would really appropriate any help that you can provide.
Thanks.


RE: PIC24HJ64GP502 Bootloader Timed Out When Searching For bl With GUI - Mikael Gustavsson - 2014-08-28

Hi,
You need to set up the configuration bits and configure the oscillator registers if needed. It is recommended to use the config bits from the application.


RE: PIC24HJ64GP502 Bootloader Timed Out When Searching For bl With GUI - donghui1311 - 2014-08-28

Thanks for the help, I missed that part totally. I am able to use the bootloader with no issue now.
(2014-08-28, 09:00:53)Mikael Gustavsson Wrote: Hi,
You need to set up the configuration bits and configure the oscillator registers if needed. It is recommended to use the config bits from the application.



RE: PIC24HJ64GP502 Bootloader Timed Out When Searching For bl With GUI - Mikael Gustavsson - 2014-08-28

Great!