I just updated from FC5 to version 6.
I cant get it to work with my Pickit3. The Pickit worked fine in FC5. I've set up the compiler options based on the Wiki settings for Pickit3 and dsPIC.
I can't set "Enable writing of configuration to chip" for the programer. If I enter information there it isn't saved.
The program compiles to hex fine when compiling to chip I get this error:
----------------------------------------------------------------------------
HEX file creation successful!
Launching the programmer...
C:\Program Files\Flowcode 6\tools\PICkit3\PK3CMD.exe "C:\Program Files\Flowcode 6\Tools\Pickit3\ -P33FJ128GP802 -FFGS_Proto_RUN_v6.hex -E -M -L -V3.3
No Part Selected, use /P<part> or -P<part>
C:\Program Files\Flowcode 6\tools\PICkit3\PK3CMD.exe reported error code 1
FINISHED
-----------------------------------------------------------------------------------
V6 and pickit 3
Moderator: Benj
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: V6 and pickit 3
There is an opening double quote just before C: in the arguments, however there is no closing one. Could you check your programmer settings?clee wrote:C:\Program Files\Flowcode 6\tools\PICkit3\PK3CMD.exe "C:\Program Files\Flowcode 6\Tools\Pickit3\ -P33FJ128GP802 -FFGS_Proto_RUN_v6.hex -E -M -L -V3.3
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: V6 and pickit 3
I think you need to remove both quotes.
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis
- acestu
- Posts: 1720
- Joined: Thu Dec 01, 2011 9:36 pm
- Location: Macclesfield UK
- Has thanked: 783 times
- Been thanked: 223 times
Re: V6 and pickit 3
Hi clee,
I use Flowcode6 and Pickit3 here is my FCS file , you can import the file in compiler options under the build menu and see if it helps, be aware though that the -v5.0 or -v3.3 at the end is the voltage applied.
cheers
Stuart
I use Flowcode6 and Pickit3 here is my FCS file , you can import the file in compiler options under the build menu and see if it helps, be aware though that the -v5.0 or -v3.3 at the end is the voltage applied.
cheers
Stuart
Laptop Mac Book Pro i7 retina El Capitan //// Tower/Intel i7-Windows 7 64 Bit, Toshiba i5 Laptop Windows 10
Computers are like air conditioners. They work fine until you start opening windows.
Computers are like air conditioners. They work fine until you start opening windows.
- acestu
- Posts: 1720
- Joined: Thu Dec 01, 2011 9:36 pm
- Location: Macclesfield UK
- Has thanked: 783 times
- Been thanked: 223 times
Re: V6 and pickit 3
Hi clee,
check this link out, your pickit might be in the wrong mode....
http://www.microchip.com/forums/m762080.aspx
cheers
Stuart
check this link out, your pickit might be in the wrong mode....
http://www.microchip.com/forums/m762080.aspx
cheers
Stuart
Laptop Mac Book Pro i7 retina El Capitan //// Tower/Intel i7-Windows 7 64 Bit, Toshiba i5 Laptop Windows 10
Computers are like air conditioners. They work fine until you start opening windows.
Computers are like air conditioners. They work fine until you start opening windows.
-
- Flowcode v5 User
- Posts: 15
- Joined: Fri Dec 09, 2011 4:23 am
- Has thanked: 3 times
- Been thanked: 3 times
Re: V6 and pickit 3
acestu,
Your config file worked, I successfully programed the dsPIC. When I try a second time it says something like "can't set voltage" (I'm not in front of the device ATM). Disconnecting the USB and plugging back in makes it work. I'm doing in-circuit programing so I don't need to power the chip from the PicKit.
I got my pic programed and played around with V6 a little and haven't investigated the error at all yet. Thanks for getting me up and running, I'm sure it's just a setting I need to change.
Your config file worked, I successfully programed the dsPIC. When I try a second time it says something like "can't set voltage" (I'm not in front of the device ATM). Disconnecting the USB and plugging back in makes it work. I'm doing in-circuit programing so I don't need to power the chip from the PicKit.
I got my pic programed and played around with V6 a little and haven't investigated the error at all yet. Thanks for getting me up and running, I'm sure it's just a setting I need to change.
- acestu
- Posts: 1720
- Joined: Thu Dec 01, 2011 9:36 pm
- Location: Macclesfield UK
- Has thanked: 783 times
- Been thanked: 223 times
Re: V6 and pickit 3
Hi clee,
Glad your up and running....
cheers
Stuart
Glad your up and running....

cheers
Stuart
Laptop Mac Book Pro i7 retina El Capitan //// Tower/Intel i7-Windows 7 64 Bit, Toshiba i5 Laptop Windows 10
Computers are like air conditioners. They work fine until you start opening windows.
Computers are like air conditioners. They work fine until you start opening windows.
-
- Flowcode v5 User
- Posts: 15
- Joined: Fri Dec 09, 2011 4:23 am
- Has thanked: 3 times
- Been thanked: 3 times
Re: V6 and pickit 3
Just to follow up in case someone else lands at this tread, this is working now.
Because I'm doing in-circuit programming and don't need to power the device I deleted -V3.3 from the setup and everything works great.
Because I'm doing in-circuit programming and don't need to power the device I deleted -V3.3 from the setup and everything works great.