Author |
Message |
Topic: Problem with timer 1 in PIC18F2450 |
marceleza
Replies: 3
Views: 4463
|
Forum: General CCS C Discussion Posted: Mon Dec 14, 2009 12:17 pm Subject: Problem with timer 1 in PIC18F2450 |
ok, thanks for the answer, but I don't understand how to do this.
In real operation (pic in board), the counter will work?
best regards
marcelo |
Topic: Problem with timer 1 in PIC18F2450 |
marceleza
Replies: 3
Views: 4463
|
Forum: General CCS C Discussion Posted: Mon Dec 14, 2009 10:48 am Subject: Problem with timer 1 in PIC18F2450 |
Hello!
I made this code:
#INCLUDE <18F2450.h>
//#fuses HS,NOWDT,NOPUT,NOPROTECT,BROWNOUT,BORV43,MCLR,NODEBUG,NOLVP,NOUSBDIV
#FUSES NOWDT
#FUSES WDT128 ... |
Topic: Strange problem in CCS |
marceleza
Replies: 2
Views: 3844
|
Forum: General CCS C Discussion Posted: Sun Feb 15, 2009 4:58 pm Subject: Strange problem in CCS |
Hi!
I wrote this segment code:
int16 rest1,pot_disp;
INT32 selec_pot,pot;
INT32 resB;
int16 res2;
selec_pot = 25540;
pot = selec_pot/1000;
resB = selec_pot%1000;
res2 = resB/100;
... |
Topic: BCD to Bin (16 bits) |
marceleza
Replies: 1
Views: 3485
|
Forum: General CCS C Discussion Posted: Sun Jun 03, 2007 10:30 am Subject: BCD to Bin (16 bits) |
Hi!
I am trying to make the conversion of a BCD number of 16 bits for binary. I obtained the number and to integrate them in an only variable of 16 bits. (example: 31 , 32, 33, 34 received by serial ... |
Topic: i2c library - help!! |
marceleza
Replies: 3
Views: 7950
|
Forum: General CCS C Discussion Posted: Mon May 29, 2006 5:35 am Subject: i2c library - help!! |
Hi!
Thanks for the aid!
Yes, the code of ccs works fine, I were only curious why in a AN of philips, the way of reading it is deferential of that it is in the example of ccs.
But I saw that the ... |
Topic: i2c library - help!! |
marceleza
Replies: 3
Views: 7950
|
Forum: General CCS C Discussion Posted: Wed May 24, 2006 6:45 pm Subject: i2c library - help!! |
Hi!
I am with one pic 16F877 and a memory 24C04.
I am using the CCS and the library i2c to ready/write the memory.
I change it and I tried to make some changes, I am using the AN10216_1 of the Ph ... |
|