Author |
Message |
Topic: problem with running i2c |
byatin
Replies: 1
Views: 4105
|
Forum: General CCS C Discussion Posted: Thu Nov 09, 2006 10:57 pm Subject: problem with running i2c |
hi, i am having a problem with running an ds1307 driver through i2c interface.
the time i am reading from the ds1307 is displaying on the lcd, but there is some garbage values coming on the l ... |
Topic: to create a pointer to a constant |
byatin
Replies: 1
Views: 5234
|
Forum: General CCS C Discussion Posted: Tue Nov 07, 2006 1:28 am Subject: to create a pointer to a constant |
hi friends ,i am designing an lcd driver but a i am getting a small error in the following code ,the error is
ERROR: Attempt to create a pointer to a constant
ON THE LINE
----- display ... |
Topic: to know about fuses |
byatin
Replies: 4
Views: 6120
|
Forum: General CCS C Discussion Posted: Tue Oct 31, 2006 12:38 pm Subject: to know about fuses |
hi to all , can anybody please tell me ,how to know about fuses explained in
the device files ,for example i am using the pic18f4550 microcontroller,
the configuration bits of it r clearly ... |
Topic: range of byte |
byatin
Replies: 1
Views: 2877
|
Forum: General CCS C Discussion Posted: Mon Oct 30, 2006 3:18 am Subject: range of byte |
hi,does anybody knows ,what is the range of byte,is it the same as int8.
and can we specify whether a variable is signed or unsigned such as
unsigned char and signed char. |
Topic: adc with porta & port b as digital on pic18f4550 |
byatin
Replies: 1
Views: 4440
|
Forum: General CCS C Discussion Posted: Mon Oct 30, 2006 1:04 am Subject: adc with porta & port b as digital on pic18f4550 |
hi, i am using pic18f4550 microcontroller , i have to use port a pins ra0,ra1 as a analog and all port b pins as digital ,can anybody help me how to do it. |
Topic: needed file ds1307.c |
byatin
Replies: 4
Views: 7004
|
Forum: General CCS C Discussion Posted: Sat Oct 28, 2006 4:44 am Subject: needed file ds1307.c |
hi storic ,i read the reply ,you have posted ,actually i got the driver for ds1307 , which is given below, but in this there is a file included ds1307.c in the example code, i actually need tha ... |
Topic: needed file ds1307.c |
byatin
Replies: 4
Views: 7004
|
Forum: General CCS C Discussion Posted: Sat Oct 28, 2006 3:15 am Subject: needed file ds1307.c |
hi,i have read a source code for ds1307.c given in the code library
and there a file is included ds1307.c , i am using the CCS Compiler PCWH
with version 3.245 and it does not contain th ... |
Topic: using #fuses |
byatin
Replies: 1
Views: 4396
|
Forum: General CCS C Discussion Posted: Fri Oct 27, 2006 10:59 pm Subject: using #fuses |
hi, i am new to the pic microcontroller , can anybody tell me from where to read the use of #fuses preprocessor. |
Topic: using #byte and #bit |
byatin
Replies: 2
Views: 4698
|
Forum: General CCS C Discussion Posted: Fri Oct 27, 2006 12:31 am Subject: thanks for the reply |
i am very thankful to you sir ,for giving me the reply. |
Topic: using #byte and #bit |
byatin
Replies: 2
Views: 4698
|
Forum: General CCS C Discussion Posted: Thu Oct 26, 2006 10:47 pm Subject: using #byte and #bit |
hi,i am new to pic microcontroller family, i am using the pic 18f 4550 microcontroller.
i am having problem with using the #byte preprocessor command,in accesing the port value.
in e ... |
|