Author |
Message |
Topic: ethernet power consumption |
vector
Replies: 2
Views: 3154
|
Forum: General CCS C Discussion Posted: Fri Nov 30, 2007 3:23 am Subject: ethernet power consumption |
thanks, not sure why my initial search missed that one |
Topic: ethernet power consumption |
vector
Replies: 2
Views: 3154
|
Forum: General CCS C Discussion Posted: Fri Nov 30, 2007 2:08 am Subject: ethernet power consumption |
more of a hardware question than software.
Im linking up an ENC28j60 to a PIC and noticed the ENC module draws 180ma. According to the chips spec sheet this is correct.(as I have yet to initialise it ... |
Topic: DS2450 conversion delay error |
vector
Replies: 3
Views: 5098
|
Forum: General CCS C Discussion Posted: Tue Mar 20, 2007 6:48 pm Subject: DS2450 conversion delay error |
Just noticed that my DS1820 routines dont require the delay b4 the reset. They have a much larger delay, 750ms, requirement too.
if (Send_MatchRom(dev_adr))
{
onewire_wri ... |
Topic: DS2450 conversion delay error |
vector
Replies: 3
Views: 5098
|
Forum: General CCS C Discussion Posted: Tue Mar 20, 2007 4:35 pm Subject: DS2450 conversion delay error |
Hi Roger
thanks for replying, maybe I need to be clearer and at the expense of a longer post, dig a deeper ditch. I also think I have narrowed it down to one question.
But first clarification.
... |
Topic: DS2450 conversion delay error |
vector
Replies: 3
Views: 5098
|
Forum: General CCS C Discussion Posted: Mon Mar 19, 2007 11:47 pm Subject: DS2450 conversion delay error |
Hi all
I have a DS2450 working well except for a little bug I cant resolve.
onewire_write_byte(ds2450_W_CNV);
onewire_write_byte(0x0f); // All channels
one ... |
Topic: why wont it printf struct correctly |
vector
Replies: 2
Views: 9798
|
Forum: General CCS C Discussion Posted: Tue Jun 08, 2004 10:57 pm Subject: why wont it printf struct correctly |
Hi
I sneaked around this problem b4but would like to solve/understand it properly. why cant i printf a srtruct? and passing a struct doesnt work either.
<<code snip
printf("%x",flag); //this ... |
Topic: Displaying constants |
vector
Replies: 1
Views: 8406
|
Forum: General CCS C Discussion Posted: Sun Mar 07, 2004 11:34 pm Subject: Displaying constants |
Is there any easy way to find out what the compiler has calculated as a constant.
ie
#define servo_idle ((max_servo_len+min_servo_len)-min_servo_len)/2
in this case i can follow the asm list an ... |
|