Author |
Message |
Topic: max6953 sample code |
moritz
Replies: 7
Views: 10864
|
Forum: General CCS C Discussion Posted: Mon Aug 09, 2004 9:33 am Subject: max6953 sample code |
Has anyone used the max6953 to drive led matrix displays? I would be very grateful for some sample code to address the max6953 from a pic. I have difficulties understanding the protocol from the datas ... |
Topic: 12f675 adc problem |
moritz
Replies: 9
Views: 24013
|
Forum: General CCS C Discussion Posted: Sun Jul 04, 2004 4:37 am Subject: 12f675 adc problem |
Dear PCM programmer,
just to say thank you for your help. I had a look through my disk collection and found another copy of the compiler, which is version 3.180. I installed it , compiled the progr ... |
Topic: 12f675 adc problem |
moritz
Replies: 9
Views: 24013
|
Forum: General CCS C Discussion Posted: Sat Jul 03, 2004 6:22 pm Subject: 12f675 adc problem |
Thanks a lot for your help so far. I've included the lines in my code as below. Unfortunately the program still hangs up on the line
Value=read_adc();
I'm really totally lost now, any more ideas wh ... |
Topic: 12f675 adc problem |
moritz
Replies: 9
Views: 24013
|
Forum: General CCS C Discussion Posted: Sat Jul 03, 2004 4:50 am Subject: found it: 3.091 |
It's version 3.091 |
Topic: 12f675 adc problem |
moritz
Replies: 9
Views: 24013
|
Forum: General CCS C Discussion Posted: Sat Jul 03, 2004 4:06 am Subject: Where can I find the version number? |
That number was the version number of the exe file. I just cannot find the real version number, where do they write this?
Thanks for your patience with me...
Moritz. |
Topic: 12f675 adc problem |
moritz
Replies: 9
Views: 24013
|
Forum: General CCS C Discussion Posted: Fri Jul 02, 2004 6:16 pm Subject: compiler version 3.1.0.23 |
Hi, I've got compiler version 3.1.0.23
Cheers, Moritz. |
Topic: 12f675 adc problem |
moritz
Replies: 9
Views: 24013
|
Forum: General CCS C Discussion Posted: Fri Jul 02, 2004 4:35 pm Subject: 12f675 adc problem |
Hi there, I've taken some code from the forum to get the ADC on the 12f675 to work, with no success. The following program seems to stall at the line:
Value=read_adc();
If I comment it out (//) it w ... |
|