Author |
Message |
Topic: pin output came high |
ferrarilib
Replies: 4
Views: 7765
|
Forum: General CCS C Discussion Posted: Fri Aug 01, 2014 7:06 am Subject: pin output came high |
thanks Ttelmah and alan . the output pin have pull down resistor but is same problem.
So i can try do pin as input for a dalay time ad after do output ? |
Topic: pin output came high |
ferrarilib
Replies: 4
Views: 7765
|
Forum: General CCS C Discussion Posted: Fri Aug 01, 2014 4:02 am Subject: pin output came high |
hallo i am trying solutions for problem that i have with output pin of 10f206, the problem is that when i give power to pic 3,3v the pin out came high (3,3v) instantly for after became low like i nee ... |
Topic: array problem |
ferrarilib
Replies: 2
Views: 3781
|
Forum: General CCS C Discussion Posted: Sun Jan 14, 2007 7:58 am Subject: array problem |
THANKS Ttelmah . |
Topic: array problem |
ferrarilib
Replies: 2
Views: 3781
|
Forum: General CCS C Discussion Posted: Sun Jan 14, 2007 4:46 am Subject: array problem |
#rom 0x2100 = {0x4F, 0x4B, 0x00, 0x42, 0x55, 0x53, 0x59, 0x00}
..........
char* Read_E(long int EX)
{
char* buffer; // this do problem
//char buffer[10]; // this is good
int count;
in ... |
Topic: strstr |
ferrarilib
Replies: 2
Views: 4397
|
Forum: General CCS C Discussion Posted: Sat Jan 06, 2007 9:16 am Subject: strstr |
thanks . |
Topic: strstr |
ferrarilib
Replies: 2
Views: 4397
|
Forum: General CCS C Discussion Posted: Sat Jan 06, 2007 7:41 am Subject: strstr |
hallo i have a answer abaut strstr()
i need find this char 0x21,0xFF
i do this ;
....
char ck[]={0x21,0xFF}
char InMSG[40];
if(strstr(InMSG,ck) != NULL)
{
}
this find nothing!
why ?
... |
Topic: 16f877 to 18f4620 |
ferrarilib
Replies: 2
Views: 4328
|
Forum: General CCS C Discussion Posted: Sun Dec 24, 2006 5:50 pm Subject: 16f877 to 18f4620 |
thanks very much !
now i have a problem with glcd !
i have cange a 877 to 4620 with KS0108 driver .
but show same caracter but dont refresh when cange ando is not complete draw ...
i have try c ... |
Topic: 16f877 to 18f4620 |
ferrarilib
Replies: 2
Views: 4328
|
Forum: General CCS C Discussion Posted: Sun Dec 24, 2006 10:33 am Subject: 16f877 to 18f4620 |
hallo and merry christmas for every one !
i am canging pic from 877 to 18f4620
now my questions is in my board ther is osc 8Mhz and now i want use 4620
i must cange to 10mhz ?
thanks everyone |
Topic: double ic2 |
ferrarilib
Replies: 3
Views: 3997
|
Forum: General CCS C Discussion Posted: Thu Nov 30, 2006 1:27 pm Subject: double ic2 |
thanks . |
Topic: double ic2 |
ferrarilib
Replies: 3
Views: 3997
|
Forum: General CCS C Discussion Posted: Wed Nov 29, 2006 1:40 pm Subject: double ic2 |
hallo to every one i am studing ic2 bus an i am working to my project.
my questions is possible do 2 line to ic2 bus ? example i need comunicate to lcd <--> mcu and mcu<-->gsm module ecc. ... |
Topic: WORKING I2C MASTER AND SLAVE LOGGER : MULTI-BYTE |
ferrarilib
Replies: 22
Views: 161571
|
Forum: Code Library Posted: Mon Nov 27, 2006 3:54 am Subject: WORKING I2C MASTER AND SLAVE LOGGER : MULTI-BYTE |
with 2 pic 877a works fine to 8Mhz with delay time .
but
PIC_SSPCON1 = 0x36; /* 0011 0101 */
isnt 0x36 is 0x35
PIC_SSPCON1 = 0x36; /* 0011 0110 */
|
Topic: abaut memory |
ferrarilib
Replies: 3
Views: 6036
|
Forum: General CCS C Discussion Posted: Sun Sep 17, 2006 6:00 am Subject: abaut memory |
thanks Ttelmah !
but i have tried same cange in my code but not cange nothing
first :
in main call i have do a partial code a functions example
main()
...............
while(1)
{
............ ... |
Topic: abaut memory |
ferrarilib
Replies: 3
Views: 6036
|
Forum: General CCS C Discussion Posted: Sun Sep 17, 2006 3:58 am Subject: abaut memory |
Hallo i am doing my project with 877A but i dont can do more memory abaut :
ROM used: 5798 words (71%)
Largest free fragment is 2048
RAM used: 200 (54%) at ... |
Topic: printf questions |
ferrarilib
Replies: 6
Views: 7654
|
Forum: General CCS C Discussion Posted: Wed Jul 26, 2006 5:24 am Subject: printf questions |
now i have do one global functions but my problem now is cange format in sprintf()
example ;
char BUFFER[25];
char Format[]="\f %4.2";
char Format1[]="\f %s";
ecc..
sprin ... |
Topic: printf questions |
ferrarilib
Replies: 6
Views: 7654
|
Forum: General CCS C Discussion Posted: Tue Jul 25, 2006 10:51 am Subject: printf questions |
thanks ronald !
i am doing so .
and %f4.2 ecc in eeprom so i cange format output with eeprom address thanks |
|