I need help with getting a compiled file to download and run on the ICD2 using MPLAB v6.60. I installed the CCS MPLAB plug-in. I then created a project using the EX_TONE.C example file. I chose the CCS compiler toolsuite and gave it the location pointing to "Ccsc.exe". Under Build Options I chose PCH (for the 18F452) and for additional command line options I added "+ICD". It compiles okay and produces a .lst and .hex file.
When I go to program the ICD2 I do not think it is getting the correct file and the debugger will not break on any c code lines.
FJWilliams Guest
CCS PCH ICD2
Posted: Wed Dec 29, 2004 5:31 am
Please, can someone provide a quick setup tutorial for PCH running under MPLAB and using the ICD2. I also have had no success. The file compiles OK but MPLAB says "skipping link step".
Programme memory is all FFs except the reserved bit for debug. Setting break points says "cannot be resolved". There is a hex file, from the compiler but it does not seem to have the nop at zero. I have #DEVICE ICD=TRUE and have tried +ICD as a command line option. Also have +DF for COFF file. The mplab 6 plug in is installed. MPLAB 6.50. and i've selected the "ccs c compiler" as the tool suite.
HELP!
vbaron
Joined: 30 Nov 2004 Posts: 2
Setting up MPLAB
Posted: Wed Dec 29, 2004 12:03 pm
I found that in addition to running the MPLAB Plug-in you must run the following from the command line within the PICC directory:
"CCSC.EXE +SETUP"
Then in MPLAB under "Project->Select Language Toolsuite" you should see two CCSC compiler options:
"CCSC C Compiler"
"CCSC C Compiler for PIC 12/14/16/18"
You must choose the second one. Things should operate better at that point.
Hope this helps.
Guest
Posted: Thu Dec 30, 2004 6:07 am
Thanks. That seems to be it. I thought the second ccs entry would be for the pcw version. Using mplab 6.62 it works very well, ICD2 operating as well as it does from the assembler tools
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum