Author |
Message |
Topic: 12f683 problem |
Fabricio
Replies: 7
Views: 13224
|
Forum: General CCS C Discussion Posted: Wed Jun 01, 2005 1:16 pm Subject: 12f683 problem |
the compiler does not generate error, nevertheless, now I am not using this piece of code.
The data sheet recommends to read “PIC12F6XX/16F6XX Memory Program-ming Specification” (DS41204 ... |
Topic: 12f683 problem |
Fabricio
Replies: 7
Views: 13224
|
Forum: General CCS C Discussion Posted: Wed Jun 01, 2005 11:18 am Subject: 12f683 problem |
sorry, i forget to kick on the wdt when I use delay_ms, now it is working correctly. the correct instruction is:
#use delay (clock=4000000, restart_wdt) |
Topic: 12f683 problem |
Fabricio
Replies: 7
Views: 13224
|
Forum: General CCS C Discussion Posted: Wed Jun 01, 2005 10:46 am Subject: 12f683 problem |
new problem.
I used the restart_cause() funtion and it give me: NORMAL_POWER_UP 24.
My output is:
START
Restart=24
START
Restart=24
START
Restart=24
START
Restart=24
(reset continually) ... |
Topic: 12f683 problem |
Fabricio
Replies: 7
Views: 13224
|
Forum: General CCS C Discussion Posted: Mon May 30, 2005 8:18 am Subject: 12f683 problem |
problem solved, it was an error of configuration of the winpic
my problem now is that I set:
#use rs232 (baud=9600, parity=N, xmit=PIN_A0, rcv=PIN_A1, bits=8, restart_wdt)
but in the hypertermina ... |
Topic: 12f683 problem |
Fabricio
Replies: 7
Views: 13224
|
Forum: General CCS C Discussion Posted: Thu May 26, 2005 3:22 pm Subject: 12f683 problem |
Hi, i am using the pic 12f683, ccs 3.190 and winpic800. I can read, verify and erase the microcontroller, but when i try to programme it gives me an error in direc 0x0000.
My code is:
#include < ... |
Topic: measurement of period |
Fabricio
Replies: 2
Views: 5347
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2005 10:45 am Subject: measurement of period |
Hi Ttelmah,
thank you very much for your help. Your explanation is very good
I will do some changes and will put the final code
Greetings |
Topic: has someone used a Sony Ericsson GT47/GT48? please help |
Fabricio
Replies: 4
Views: 9024
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2005 7:44 am Subject: has someone used a Sony Ericsson GT47/GT48? please help |
I have worked with the GM47/48. I don�t know which differs has with the GT47/48. But the GM 47/48 needs max232 to connect itself to the PC |
Topic: measurement of period |
Fabricio
Replies: 2
Views: 5347
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2005 7:33 am Subject: measurement of period |
Hi,
I want to measure the period of a sign using the "interruption on change" of the PIC12F675. I want to use the pin GP3. Yet I do not have this pic, for what I cannot prove the code.
I have tried ... |
Topic: miss osc calibration 12f675 |
Fabricio
Replies: 1
Views: 4428
|
Forum: General CCS C Discussion Posted: Fri Apr 08, 2005 8:34 am Subject: miss osc calibration 12f675 |
I have read many post but I do not still have the following thing clear
if I did not save the value of the direction 0x3FF (value of factory of the oscillator), how can I obtain it again.
I can read ... |
|