View previous topic :: View next topic |
Author |
Message |
davt
Joined: 07 Oct 2003 Posts: 66 Location: England
|
Getting picstart pro to work with CCS |
Posted: Wed Jan 18, 2012 8:13 am |
|
|
Hi all, I have found a picstart plus programer which I want to use with my CCS compiler. How do I load the hex files that CCS produces into the Picstart Pus to program my pic?
Thanks for all help |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1613 Location: Central Illinois, USA
|
|
Posted: Sun Jan 22, 2012 3:55 pm |
|
|
I have a PICstart+ and it works fine to this day: from MPLAB.
there's some other PD tools that work as well.
I don't think CCS's IDE supports the PICstart+... and I KNOW the compiler doesn't.
But you can use it any time from MPLAB to "import" a HEX file and use the PICstart+ to zap a PIC with it.
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9220 Location: Greensville,Ontario
|
|
Posted: Sun Jan 22, 2012 4:07 pm |
|
|
I've got 2 PS+ and run them 'through' MPLAB. CCS supplies a 'plugin' that allows you to use PCM, PCH,etc. Code is compiled pressing F10, then you can download it into the PIC. One 'trick' is to be sure the 'build configuration' is set to 'release' before you compile though.
been doing it this way for 20 years...only way I know how... |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1613 Location: Central Illinois, USA
|
|
Posted: Sun Jan 22, 2012 4:13 pm |
|
|
temtronic wrote: | I've got 2 PS+ and run them 'through' MPLAB. CCS supplies a 'plugin' that allows you to use PCM, PCH,etc. Code is compiled pressing F10, then you can download it into the PIC. One 'trick' is to be sure the 'build configuration' is set to 'release' before you compile though.
been doing it this way for 20 years...only way I know how... |
Same... I've been working in MPLAB with all of CCS's compilers since I started using Microchip products w/CCS's compiler.
Even though my license is for PCWHD, I've always just used MPLAB and my MCHP programmers.
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
|