Hi
Is there a way to program a PIC16F1717 (possibly using an alternative part) using either an EB006 or BL0080 as the part does not appear on MLOADER list for either dev board
link to PIC16F1717 Data Sheet http://ww1.microchip.com/downloads/en/D ... 01740C.pdf
PIC16F1717
-
- Posts: 69
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:58 am
- Has thanked: 27 times
- Been thanked: 8 times
Re: PIC16F1717
I selected a 16f1936 part on mloader and managed to program the 16F1717 with no errors and it seemed to run the code. Is there anything that could likely go wrong with the programmed chip doing this?
-
- Matrix Staff
- Posts: 1560
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 214 times
- Been thanked: 362 times
Re: PIC16F1717
That's interesting - thanks for letting us know.
A few things that could go wrong include parts of the chip memory not being updated and issues with the configuration word. But if it seems to work and you have tested your program fully when it is running in the chip then it should be fine.
A few things that could go wrong include parts of the chip memory not being updated and issues with the configuration word. But if it seems to work and you have tested your program fully when it is running in the chip then it should be fine.
-
- Matrix Staff
- Posts: 1956
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 511 times
- Been thanked: 700 times
Re: PIC16F1717
Hello,
That's excellent well done, shoudn't be any issues, if the codes gone in and is working ok then the erase, program and config should all have been done correctly and you should be fine.
Aha Steve beat me to it
That's excellent well done, shoudn't be any issues, if the codes gone in and is working ok then the erase, program and config should all have been done correctly and you should be fine.
Aha Steve beat me to it

Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Matrix Staff
- Posts: 2089
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 646 times
- Been thanked: 704 times
Re: PIC16F1717
Hello Maverick.
This is one alternative for PICkit3.
It does look like the 16F1717 is included within the device-supported list
This is one alternative for PICkit3.
It does look like the 16F1717 is included within the device-supported list
Martin