View previous topic :: View next topic |
Author |
Message |
Guest
|
no B3 pin. how to debug? |
Posted: Mon Feb 02, 2009 5:14 pm |
|
|
I have a PIC16F687. It has B4-B7, no B3. ICD-40U documentation said connect to B3 for real time debugging.
Is my PIC not capable of real time debugging, or would I have to use a different pin?
Cheers. |
|
 |
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Feb 02, 2009 6:03 pm |
|
|
From the manual:
Quote: |
#USE RS232
Syntax: #use rs232 (options)
Options are separated by commas and may be:
DEBUGGER --
Indicates this stream is used to send/receive
data though a CCS ICD unit. The default pin
used in B3, use XMIT= and RCV= to change
the pin used. Both should be the same pin. |
|
|
 |
|