View previous topic :: View next topic |
Author |
Message |
thedemri
Joined: 22 Sep 2007 Posts: 3
|
WORKING WITH ICD2 (USB) IN CCS C |
Posted: Sat Sep 22, 2007 3:41 pm |
|
|
Hi
Is it possible to work with ICD2 (usb connection) from within the CCS compiler ?
Thanks Amnon |
|
|
ratgod
Joined: 27 Jan 2006 Posts: 69 Location: Manchester, England
|
|
Posted: Mon Oct 01, 2007 4:58 pm |
|
|
unfortunately not.
I asked microchip if they had a separate utility for programming using
the ICD2 so I could configure it for CCS but they said that MPLAB is the
only software that uses the ICD2.
I got really tired of MPLAB crashing every 5 minutes and got myself one
the the CCS ICD units, its great, it doesn't update when changing PIC
families as much as the ICD2 and seems to be a little faster.
the only downside is that if you want the ICD to supply 5v you need to
put in the jumper inside the device and does not have a power in socket
like the ICD2. |
|
|
Ajison Guest
|
Re: WORKING WITH ICD2 (USB) IN CCS C |
Posted: Mon Dec 17, 2007 11:59 am |
|
|
thedemri wrote: | Hi
Is it possible to work with ICD2 (usb connection) from within the CCS compiler ?
Thanks Amnon |
|
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
Lars Olsson
Joined: 21 Mar 2008 Posts: 2
|
|
Posted: Fri Mar 21, 2008 8:12 am |
|
|
I did all the instructions but still don't get any ICD2 option on the PWCH-menu. The extracted interface module was automatically placed in c:/program/picc/dll. Is that OK?
Do I have to activate the module in some way?
Lars Olsson
Sweden |
|
|
daniele.baroncini
Joined: 01 Apr 2008 Posts: 4
|
|
Posted: Tue Apr 01, 2008 7:22 am |
|
|
Lars Olsson wrote: | I did all the instructions but still don't get any ICD2 option on the PWCH-menu. The extracted interface module was automatically placed in c:/program/picc/dll. Is that OK?
Do I have to activate the module in some way?
Lars Olsson
Sweden |
I'm tring to work with ICD2 too, but even i can't get the ICD2 option in the PWCH-menu, only the CCS ICD options. |
|
|
Simnix
Joined: 18 Oct 2006 Posts: 7
|
|
Posted: Fri Oct 24, 2008 10:08 am |
|
|
Hi,
The ICD2 will only work when debugging in CCS's IDE. It has not been implemented for programming yet, CCS is going to implementing this feature in a future version.
If you want to debug using the ICD2 download the MPLAB® ICD2 & MPLAB® REAL ICE™ Interface from CCS Download page
I am currently working on editing the user defined tools section to call the ICD2 dll file in MPLAB, I will post when I have a working version.
Simnix |
|
|
|