Page 1 of 1

PIC 18F46Q10 Unable to Program on BL0080

Posted: Wed Aug 04, 2021 4:02 pm
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.

Re: PIC 18F46Q10 Unable to Program on BL0080

Posted: Wed Aug 04, 2021 6:34 pm
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.

Re: PIC 18F46Q10 Unable to Program on BL0080

Posted: Thu Aug 05, 2021 6:31 pm
by pilot123
Hi

Thanks for your reply, I will try that.

Regards.