Author |
Message |
Topic: ADC timing |
Sebastian20000
Replies: 7
Views: 6263
|
Forum: General CCS C Discussion Posted: Mon Dec 17, 2007 12:54 pm Subject: ADC timing |
yes you´re right. But in general the sampling would function
like this? |
Topic: ADC timing |
Sebastian20000
Replies: 7
Views: 6263
|
Forum: General CCS C Discussion Posted: Sun Dec 16, 2007 5:47 pm Subject: ADC timing |
Hi,
I am beginner in programming pic and got a question with the ADC.
How can I read an analog value
everey 0.0001s into the A/D?
Is it sufficient to write:
while(1)
{
set ... |
Topic: Help on segmented LCD |
Sebastian20000
Replies: 40
Views: 68955
|
Forum: General CCS C Discussion Posted: Mon Nov 26, 2007 12:25 pm Subject: Help on segmented LCD |
Hi,
I test the program today and it works!
Thanks a lot.
One further question:
I don´t understand the line: c - '0' in the array:
segments = Digit_Map[c - '0']; |
Topic: Help on segmented LCD |
Sebastian20000
Replies: 40
Views: 68955
|
Forum: General CCS C Discussion Posted: Sat Nov 24, 2007 7:53 pm Subject: Help on segmented LCD |
@pcm programmer
That would be nice. thx |
Topic: Help on segmented LCD |
Sebastian20000
Replies: 40
Views: 68955
|
Forum: General CCS C Discussion Posted: Thu Nov 22, 2007 12:02 pm Subject: Help on segmented LCD |
Hi,
yes I know the project 4. But the project data on the cd are
.asm assembler files.
I want to program with "C" and not in assembler, therefore I bought CCS-Compiler. |
Topic: Help on segmented LCD |
Sebastian20000
Replies: 40
Views: 68955
|
Forum: General CCS C Discussion Posted: Thu Nov 22, 2007 9:15 am Subject: Help on segmented LCD |
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en023837 |
Topic: Help on segmented LCD |
Sebastian20000
Replies: 40
Views: 68955
|
Forum: General CCS C Discussion Posted: Wed Nov 21, 2007 7:36 pm Subject: Help on segmented LCD |
its called
PICDEM Mechatronics
Demonstration Board. |
Topic: Help on segmented LCD |
Sebastian20000
Replies: 40
Views: 68955
|
Forum: General CCS C Discussion Posted: Wed Nov 21, 2007 7:26 pm Subject: Help on segmented LCD |
Hi,
I am using the CCS Compiler 4.042 and I am just rookie in programming.
I bought a test board from microchip.com which has an
lcd on board.
Now I just want to run this lcd. But I don´t kn ... |
Topic: I/O configuration |
Sebastian20000
Replies: 2
Views: 4330
|
Forum: General CCS C Discussion Posted: Sat Nov 17, 2007 12:09 pm Subject: I/O configuration |
Hi,
I use CCS v 4.042.
In the pic wizard i can configure if the Pins are
input or output.
Does this configuration have any effect on my
data: 16xxx.h or the data xx.h or the xx.c
Bec ... |
Topic: CCS getting started with pic 12f629 |
Sebastian20000
Replies: 4
Views: 6154
|
Forum: General CCS C Discussion Posted: Fri Nov 09, 2007 2:50 pm Subject: CCS getting started with pic 12f629 |
ok, i got it.
stupid fault |
Topic: CCS getting started with pic 12f629 |
Sebastian20000
Replies: 4
Views: 6154
|
Forum: General CCS C Discussion Posted: Fri Nov 09, 2007 2:27 pm Subject: CCS getting started with pic 12f629 |
you mean instead of :
#FUSES LP //Low power osc < 200 khz
=>
#fuses INTRC_IO
can you explain what is the effect of this fuse?
I don´t find it in my manual...
quote: Thank you very ... |
Topic: CCS getting started with pic 12f629 |
Sebastian20000
Replies: 4
Views: 6154
|
Forum: General CCS C Discussion Posted: Fri Nov 09, 2007 2:07 pm Subject: CCS getting started with pic 12f629 |
Hi,
I´m a rookie in using pic controllers and even the simplest program
doesn´t work. For testing i only want to set high the Pins A0, A1 and A2,
but when I connect the pic to the demo board no ... |
|