PIC 18F46Q10 Unable to Program on BL0080

For general Flowcode discussion that does not belong in the other sections.
Post Reply
pilot123
Posts: 30
http://meble-kuchenne.info.pl
Joined: Fri Feb 26, 2021 1:50 pm
Has thanked: 1 time
Been thanked: 2 times

PIC 18F46Q10 Unable to Program on BL0080

Post by pilot123 »

Hi
I am trying to program a PIC 18F46Q10 on a BL0080 programmer board.
The program compiles OK, but does not send to the device, I get the following error message.

Unknown chip type in data file.

Version 4.0.1.2
Board Type: Board device(19)
IsOpen : yes
ID from Board: 64752
Chip CmdLine: 18F46Q10
USB Hardware: USB\VID_12BF&PID_0027&REV_0000
USB Description: BL0080 Ghost2 PIC DIL Programmer
ADCval: 225.088
Location: ParseCsvFile.cpp @ 362 (ParseCsvFile::FindCorrectChip)

Any help would be appreciated.

Regards.

medelec35
Matrix Staff
Posts: 2088
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 645 times
Been thanked: 703 times

Re: PIC 18F46Q10 Unable to Program on BL0080

Post by medelec35 »

It looks like the PIC18F46Q10 is not supported by mLoader.
You will need to use a suitable programmer e.g PICkit3/4, ASIX Forte etc .
Then use the programmers software load the Flowcode generated hex file, and program your target device.
You can connect the programmer to BL0080 via ICP 6way male header.
Martin

pilot123
Posts: 30
Joined: Fri Feb 26, 2021 1:50 pm
Has thanked: 1 time
Been thanked: 2 times

Re: PIC 18F46Q10 Unable to Program on BL0080

Post by pilot123 »

Hi

Thanks for your reply, I will try that.

Regards.

Post Reply