PIC16F1717

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Maverick
Posts: 69
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:58 am
Has thanked: 27 times
Been thanked: 8 times

PIC16F1717

Post by Maverick »

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

Maverick
Posts: 69
Joined: Wed Dec 02, 2020 10:58 am
Has thanked: 27 times
Been thanked: 8 times

Re: PIC16F1717

Post by Maverick »

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?

Steve-Matrix
Matrix Staff
Posts: 1560
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 214 times
Been thanked: 362 times

Re: PIC16F1717

Post by Steve-Matrix »

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.

BenR
Matrix Staff
Posts: 1956
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 511 times
Been thanked: 700 times

Re: PIC16F1717

Post by BenR »

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 :D

Maverick
Posts: 69
Joined: Wed Dec 02, 2020 10:58 am
Has thanked: 27 times
Been thanked: 8 times

Re: PIC16F1717

Post by Maverick »

Unfortunatly, not everything works as it's meant to, I will try other options.
Is there an alternative to mloader using pickit3 without installing mplab.

medelec35
Matrix Staff
Posts: 2089
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 646 times
Been thanked: 704 times

Re: PIC16F1717

Post by medelec35 »

Hello Maverick.
This is one alternative for PICkit3.
It does look like the 16F1717 is included within the device-supported list
Martin

Post Reply