View previous topic :: View next topic |
Author |
Message |
prfc
Joined: 31 Mar 2006 Posts: 2
|
ICD2 Microchip |
Posted: Fri Mar 31, 2006 6:45 am |
|
|
Hello,
I have used CCS compiler to write my program and now I need an ICD to debug it. I have the ICD2 of Microchip.
Can I use my ICD2 of Microchip to do it or I have to get CCSs ICD? |
|
|
gs
Joined: 22 Aug 2005 Posts: 30 Location: Ioannina - Greece
|
|
Posted: Fri Mar 31, 2006 12:27 pm |
|
|
Yes you can.
You must integrate CCS into MPLAB, and you can use your ICD2 normally.
You dont have to use the "#DEFINE ICD TRUE" (I dont remember the exact spelling) statement in your source code, but only the checkbox somewhere in the compiler options. _________________ www.hlektronika.gr |
|
|
prfc
Joined: 31 Mar 2006 Posts: 2
|
|
Posted: Tue Apr 04, 2006 1:35 am |
|
|
My only connector to the PIC18 is a FCI Female Connector.
Datasheet:
FCI part number 91931-31121
Can I use ICD2 of Microchip through this connector?
Thanks. |
|
|
rberek
Joined: 10 Jan 2005 Posts: 207 Location: Ottawa, Canada
|
|
Posted: Thu Apr 06, 2006 8:50 am |
|
|
I think you'll have to build your own cable, as the ICD2, if I remember, uses an RJ11 cable like the ICDU-40. |
|
|
carmarmu
Joined: 09 May 2006 Posts: 15 Location: Valencia (Spain)
|
|
Posted: Sat May 13, 2006 1:08 pm |
|
|
You must use your own connector.
If you want a more cheap connector, put on your PCB a pin array male and do an adaptor for ICD2, RJ11 to pin array female...
I do it alwais, is more cheap
Don�t forget put the statement:
#device ICD TRUE on your progam
Regards
prfc wrote: | My only connector to the PIC18 is a FCI Female Connector.
Datasheet:
FCI part number 91931-31121
Can I use ICD2 of Microchip through this connector?
Thanks. |
_________________ **CaRmArMu** Valencia (Spain) |
|
|
|