Author |
Message |
Topic: Shame to bin it! |
RatFink
Replies: 3
Views: 35537
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Jul 13, 2004 7:22 pm Subject: Re: Shame to bin it! |
Hi all,
Does anyone have any ideas on how or what i can do with my CCS compiler software and proto-board. I have migrated to a different hardware platform and no longer have the need for the compil ... |
Topic: Device being ID'd incorrectly while trying to program |
RatFink
Replies: 4
Views: 11530
|
Forum: General CCS C Discussion Posted: Sun Jun 06, 2004 3:49 pm Subject: Device being ID'd incorrectly while trying to program |
I will check all of that;
More info;
My ICD works fine with my the board that came in my CCS Programing kit, which also has the PIC16F877A chip, in fact I'm using it right now, and the firmware ... |
Topic: Device being ID'd incorrectly while trying to program |
RatFink
Replies: 4
Views: 11530
|
Forum: General CCS C Discussion Posted: Sun Jun 06, 2004 11:14 am Subject: Device being ID'd incorrectly while trying to program |
Nobody has any ideas? |
Topic: Problems with the pic16f877A exercise book code |
RatFink
Replies: 3
Views: 11033
|
Forum: General CCS C Discussion Posted: Sun Jun 06, 2004 12:50 am Subject: oops |
oops |
Topic: Device being ID'd incorrectly while trying to program |
RatFink
Replies: 4
Views: 11530
|
Forum: General CCS C Discussion Posted: Sat Jun 05, 2004 5:03 pm Subject: Device being ID'd incorrectly while trying to program |
I'm trying to program a PIC16F877A using the method shown here by Woody;
http://www.ccsinfo.com/forum/viewtopic.php?t=19231&highlight=rb3
but it says it can't detect the chip when I try ... |
Topic: LCD-problem |
RatFink
Replies: 3
Views: 11534
|
Forum: General CCS C Discussion Posted: Mon May 31, 2004 12:59 pm Subject: Re: HD44780 |
HD44780 LCD driver --> CCS's driver --> lcd.c --> C:\Program Files\PICC\Drivers\lcd.c
for more information regarding the HDD44780 ( do you mean HD44780 ? )
I had trouble with this dri ... |
Topic: PIC19F877A, and oscillator question |
RatFink
Replies: 2
Views: 10106
|
Forum: General CCS C Discussion Posted: Tue May 25, 2004 5:24 pm Subject: PIC19F877A, and oscillator question |
Dont you mean 16F877A ?
If so, you are out of luck. It has no internal Oscillator.
In fact, of all the chips that do, the fastest built in Osc is 8Mhz as far as I recall.
Yes, I meant 16F877A ... |
Topic: PIC19F877A, and oscillator question |
RatFink
Replies: 2
Views: 10106
|
Forum: General CCS C Discussion Posted: Tue May 25, 2004 3:57 pm Subject: PIC19F877A, and oscillator question |
Please tell me that this chip has the oscillator built in, I just noticed what seems to be an oscillator soldered onto the CCS development board but I was under the inpression, and reading through the ... |
Topic: OK, this is big, but I really need some help. |
RatFink
Replies: 9
Views: 17697
|
Forum: General CCS C Discussion Posted: Sun May 23, 2004 11:19 am Subject: OK, this is big, but I really need some help. |
rwyoung,
I will check that out. I did try to buy that book yesterday but Barnes and Noble didn't have it so I bought the O'Reilly book, it didn't help much towards the functions issue, it just lef ... |
Topic: OK, this is big, but I really need some help. |
RatFink
Replies: 9
Views: 17697
|
Forum: General CCS C Discussion Posted: Sun May 23, 2004 1:04 am Subject: OK, this is big, but I really need some help. |
Got it! http://www.goobage.com/pics/smilies/dance.gif http://www.goobage.com/pics/smilies/happy.gif http://www.goobage.com/pics/smilies/dance.gif
I sure wish I could figure out how to write funct ... |
Topic: OK, this is big, but I really need some help. |
RatFink
Replies: 9
Views: 17697
|
Forum: General CCS C Discussion Posted: Sun May 23, 2004 12:07 am Subject: OK, this is big, but I really need some help. |
Nope, It's not working, grrrrrrr. |
Topic: OK, this is big, but I really need some help. |
RatFink
Replies: 9
Views: 17697
|
Forum: General CCS C Discussion Posted: Sat May 22, 2004 5:44 pm Subject: OK, this is big, but I really need some help. |
Thanks Neutone, that did simplify the code and it still works. I'm slowly figuring this out and I think I know what is wrong, just a few more things to try. |
Topic: OK, this is big, but I really need some help. |
RatFink
Replies: 9
Views: 17697
|
Forum: General CCS C Discussion Posted: Sat May 22, 2004 4:10 pm Subject: OK, this is big, but I really need some help. |
OOH simplifying is good, I will try that. Should I completely replace the part you quoted with the stuff you wrote?
And yes, as long as all this pins are high (Not pushed) it should do nothing.
... |
Topic: OK, this is big, but I really need some help. |
RatFink
Replies: 9
Views: 17697
|
Forum: General CCS C Discussion Posted: Sat May 22, 2004 3:43 pm Subject: OK, this is big, but I really need some help. |
I think it's just my formating.
I have basically 4 processes, all dependant upon which button I push (Warm, Preheat, Plastic, and Metal). so far everything works just as it should except one thing, ... |
Topic: LM34, A/d conversion and getting a 10 bit result. |
RatFink
Replies: 11
Views: 19752
|
Forum: General CCS C Discussion Posted: Thu May 20, 2004 4:01 pm Subject: LM34, A/d conversion and getting a 10 bit result. |
WOOOT! I got it to work, it may be ugly, but it does what it should.
void main(void)
{
int16 HEAT;
lcd_init();
ADCON0 = 0x69; /* Fosc/8, A/D enabled */
O ... |
|