2013-05-15, 18:00:40 (This post was last modified: 2024-07-04, 20:51:22 by Mikael Gustavsson.)
Hi,
I successfully tested the PIC16F bootloader with PIC16F1827 (running at 20MHz external clock) following the suggestions posted by Andrew here:
[broken link]
However, when I recompiled the bootloader for PIC16F1847 (running at 20MHz external clock), the GUI returns the following error.
Searching for bl .
Found PIC16F1513 fw ver. 1.0.2
Wrong pic detected(499)/selected(468), aborting
While recompiling the bootloader for PIC16F1847, the only changes I made is the device select in MPLAB-X, as the hardware setup is same as that for PIC16F1827.
Any suggestion, why the GUI is detecting a wrong PIC.
PS: I didn't see any changes in the new deivices_PIC16F.inc file. The time stamp on this file is March 21, which is the same file I used last time. FYI, I am using the download link available on this page:
[broken link]
(2013-05-19, 23:09:20)Mikael Gustavsson Wrote: Redownload the latest package and use the firmware in there or copy the new devices_PIC16F.inc file to your current MPLAB project.