PDA

View Full Version : ICD3 with PBP



Christopher4187
- 1st November 2014, 18:36
I have an ICD3 that's been collecting dust. Every time I attempt to use it, I try for a little while, get sidetracked with something else and don't go back to it for some time. Then the cycle repeats.

Now I need to use it. I searched the forum and see that there isn't much information on it. I know it can be used with ASM but how can I view the PBP code? I can't use the built-in ICD that's supplied with MCSPX because both I'm using both USARTS on my PIC.

Can someone point me in the right direction?

richard
- 1st November 2014, 20:16
you need to do idc debugging within mplabx . I can only get it to work using some pic18 devices , it seems everything else needs a debug header of some sort . the headers are not cheap

Christopher4187
- 2nd November 2014, 00:21
I'm using an 18F87J50. What exactly do you mean when you say:
idc debugging within mplabx Also, how do you see your PBP code in MPLABX?

richard
- 2nd November 2014, 04:32
idc should read icd a typo

start here
http://www.picbasic.co.uk/forum/showthread.php?t=18520

Christopher4187
- 2nd November 2014, 12:41
Thanks, I think this is what I was looking for. Seems complicated.