PIC18F66J10

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
IVL
Posts: 17
Joined: Sat Sep 17, 2011 7:10 pm
Location: Belgium
Has thanked: 8 times
Been thanked: 5 times

PIC18F66J10

Post by IVL »

Hi,
I'm using FlowCode 4 and EB006 multiprogrammer since a while.
Now, I'm checking out to use PIC18F66J10 for a project. I see it's in the list of FlowCode supported PICs. However this one has 64pins while the programmer supports up to 40 pins.
How to get the Flowcode program into the PIC18F66J10 ?

User avatar
fotios
Posts: 458
Joined: Mon Feb 08, 2010 10:17 am
Location: Greece
Has thanked: 109 times
Been thanked: 117 times

Re: PIC18F66J10

Post by fotios »

Hello IVL
In general, these PIC of 64 or 80 pins (in TQFP packages) are programmed "ON BOARD" by the use of their ICSP (In Circuit Serial Programming) capability. To this, we have to solder the micro on the "target board" in which we include a 5 pin header connected at its Vpp, Vss, Vdd, PGC and PGD pins. Thru this header we can send the program code from the EB006 programmer to the target mcu. If FlowCode refers that supports this mcu, then you can build and compile your project using it.
Best Regards FOTIS ANAGNOSTOU

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: PIC18F66J10

Post by Benj »

Hello,

If you search this forum for ICSP (in circuit serial programming) then you should come across a topic that shows how to create a cable for the EB006 so you can program your SMD device. Alternatively a PICkit programmer will also work great and integrate nicely into Flowcode.

Post Reply