View previous topic :: View next topic |
Author |
Message |
Guest
|
help with using other debugger tools |
Posted: Tue Jul 14, 2009 1:55 pm |
|
|
How do you use a Microchip debugging tool (real ice, icd 2, etc) with CCS? I found the page on CCS's FAQ and I have downloaded and installed the plugin but I am lost on what to do after that point.
I do have MPLAB installed, version 8.3.
My CCS version is 4.082 |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
|
Posted: Tue Jul 14, 2009 2:01 pm |
|
|
You operate the compiler in commandline mode from the MPLAB environment...
Then make sure to add
(and possibly the #fuse DEBUG, but I never use it and it works fine)
and then use the DEBUGGER selected to ICD2.
This is my normal running environment.
MPLAB w/PCWHD and ICD2 and ICD3
Cheers,
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
Guest
|
|
Posted: Tue Jul 14, 2009 2:02 pm |
|
|
oh so you have to run it within MPLAB |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
|
Posted: Tue Jul 14, 2009 2:04 pm |
|
|
Didn't I mention that at the top of my reply?
Hahahah...
:D
Cheers,
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
|
Posted: Tue Jul 14, 2009 2:24 pm |
|
|
Good Links.
Honestly, I never had a problem like so many have seemed to running MPLAB w/CCS and a PICstartPLUS (not a debugger, I know), PICkit2, ICD2 or (now ICD3).
Just read through the docs and learn the environment (and find the bugs! ahhaha) and everything works fine.
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
|