Author |
Message |
Topic: Debugger problem |
xvi.lajos
Replies: 1
Views: 11982
|
Forum: General CCS C Discussion Posted: Wed Aug 13, 2003 12:08 am Subject: Re: Debugger problem |
Thank you for the answer, It's very interesting because that PCW debugger works fine with 16f876 and doesn' work with 16f818, 819, I went back and I tryed with PCW 3.136 and the problem is same. Is it ... |
Topic: Debugger problem |
xvi.lajos
Replies: 1
Views: 11982
|
Forum: General CCS C Discussion Posted: Tue Aug 12, 2003 9:13 am Subject: Debugger problem |
Hello, I have a serious problem with the PCW debugger. I seems to worked with 16f876 fine but no I want to use with 16f818. It's very strange, because it can only runs. It seems to work fine till I st ... |
Topic: debug stream |
xvi.lajos
Replies: 5
Views: 21289
|
Forum: General CCS C Discussion Posted: Sat Aug 09, 2003 8:15 am Subject: Re: debug stream |
Thanks for your help Sir, It works fine. George ___________________________ This message was ported from CCS's old forum Original Post ID: 144516856 |
Topic: debug stream |
xvi.lajos
Replies: 5
Views: 21289
|
Forum: General CCS C Discussion Posted: Wed Aug 06, 2003 8:32 am Subject: Re: debug stream |
Thanks for the replay sir but I think it is a missunderstanding. Of course my english :(( My MPLAB ICD works fine with the CCS ICD-S firmware. According to the microcip's manual I had to be unconnecte ... |
Topic: debug stream |
xvi.lajos
Replies: 5
Views: 21289
|
Forum: General CCS C Discussion Posted: Mon Aug 04, 2003 10:15 am Subject: debug stream |
Hell�, I need some help with the CCS ICD hardware. Well, I have a homemade microchip IDC1. I replaced the firmware to teh CCS ICD. I works fine but now I would like to use the stream function when I d ... |
Topic: how Can I read the stack of the pic16F877? |
xvi.lajos
Replies: 2
Views: 14483
|
Forum: General CCS C Discussion Posted: Sun Jul 06, 2003 12:43 pm Subject: Re: how Can I read the stack of the pic16F877? |
:=how Can I read the stack of the pic16F877? There's only one way as I know. Use the CCS ICD with PCW debugger. Add the #DEVICE CCSICD=TRUE line to your program and you can see the stack by PCW deb ... |
Topic: TCN75 temperature jumping |
xvi.lajos
Replies: 6
Views: 23337
|
Forum: General CCS C Discussion Posted: Fri Jan 03, 2003 2:04 am Subject: Re: TCN75 temperature jumping |
Hello, I tried to answer your pivate mail, but your e-mail address is invalid. Send me please a correct address if you want my answer. George ___________________________ This message was ported from C ... |
Topic: TCN75 temperature jumping |
xvi.lajos
Replies: 6
Views: 23337
|
Forum: General CCS C Discussion Posted: Sun Dec 29, 2002 12:17 pm Subject: Re: TCN75 temperature jumping |
:=With a PIC16F877 controler I2c is writen the communication with TCN75 temperature sensor. :=It is done with hardware and software both. :=And the temperature is jumping [0-5 deegre], please help me! ... |
Topic: Re: Interrupt in delay??? |
xvi.lajos
Replies: 5
Views: 21330
|
Forum: General CCS C Discussion Posted: Mon Nov 12, 2001 6:13 am Subject: Re: Interrupt in delay??? |
Szia, Ugy t�nik m�gis le vanak tiltva.
:=Az interrupt-ok nincsenek letiltva a delay_ rutinok alatt. A delay_ms() csak egy belső hurok, egy k�z�pső hurok, egy k�lső hurok, stb..... Mit ... |
Topic: Re: Interrupt in delay??? |
xvi.lajos
Replies: 5
Views: 21330
|
Forum: General CCS C Discussion Posted: Mon Nov 12, 2001 5:58 am Subject: Re: Interrupt in delay??? |
:=ITs are not disabled in delay_ functions. Delay_ms() is just a simple inner loop, a middle loop, an outer loop, etc... What do you do in your RTCC ISR? If you just set a flag and serve the IT in you ... |
Topic: Re: Interrupt in delay??? |
xvi.lajos
Replies: 5
Views: 21330
|
Forum: General CCS C Discussion Posted: Tue Nov 06, 2001 7:18 am Subject: Interrupt in delay??? |
Hi, What does the pic do in the delay_ms. I use the rtcc0 interrupt and it works fine until I use the delay_ms(1000) function. I seems to me the interrupt disabled in the delay function. Is it true? ... |
|