Author |
Message |
Topic: ICD Advance Debugging. |
dgb
Replies: 6
Views: 15353
|
Forum: General CCS C Discussion Posted: Mon May 31, 2004 1:12 am Subject: ICD Advance Debugging. |
I got it!
I wrote the next:
#use rs232(DEBUGGER)
.
.
.
printf("Now it works\n");
I can't get it work with the STREAM=DEBUG directive inside the #use rs232, and I c ... |
Topic: ICD Advance Debugging. |
dgb
Replies: 6
Views: 15353
|
Forum: General CCS C Discussion Posted: Sun May 30, 2004 7:21 am Subject: ICD Advance Debugging. |
Hmmm, I don't think this is a cabling problem. I have changed the xmit pin for two times, even one of them was the xmit line of the internal UART peripheral. But in all the cases the result was the sa ... |
Topic: programmiing pic16lf876A with ICD |
dgb
Replies: 2
Views: 9549
|
Forum: General CCS C Discussion Posted: Fri May 28, 2004 9:32 am Subject: programmiing pic16lf876A with ICD |
Hi, i'm just building my projects with 16LF876 and ICD. I have not found any problems programming them. In fact, if I need to program and not to test, that is, with the ICD application, I never select ... |
Topic: ICD Advance Debugging. |
dgb
Replies: 6
Views: 15353
|
Forum: General CCS C Discussion Posted: Tue May 25, 2004 8:29 am Subject: ICD Advance Debugging. |
Thanks treitmey, two things:
1. I have found a mistake at the cabling of the prototype-->after fixing this I have stuff sent by the PIC on my monitor (great!!). The downside is that it has no sens ... |
Topic: ICD Advance Debugging. |
dgb
Replies: 6
Views: 15353
|
Forum: General CCS C Discussion Posted: Mon May 24, 2004 8:44 am Subject: ICD Advance Debugging. |
I have trying to use the "advance debugging" with the ICD-40U in order to obtain messages from my PIC at the 'monitor' window when debugging the project.
I have routed the pin_b3 to the pin #1 of the ... |
|