Author |
Message |
Topic: EEPROM/Flash-Reading PIC Offline |
sokrates
Replies: 2
Views: 3284
|
Forum: General CCS C Discussion Posted: Fri May 11, 2007 3:12 pm Subject: EEPROM/Flash-Reading PIC Offline |
Hello
I have a question about PIC Flash Memory.
What I want to do is to save some measurements to an array during my
operation.
I want to be independent of the computer serial p ... |
Topic: 16C765 and PWM smallest frequency ? |
sokrates
Replies: 9
Views: 48512
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2007 9:01 pm Subject: Postscaler ? |
I think noone mentioned the postscaler option of PIC timer2.
Is it because it's not applicable here? Or everyone misses it?
Postscale can (supposedly) scale the final frequency by a factor of ... |
Topic: PWM Newbie |
sokrates
Replies: 3
Views: 5660
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2007 8:44 pm Subject: checked the data-sheet |
Thanks PCM Programmer Team.
I checked the Data sheet and completely understood how this works.
I didn't set the PR register in my initial code that's why I could never clear CCP output pi ... |
Topic: PWM Newbie |
sokrates
Replies: 3
Views: 5660
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2007 7:11 pm Subject: PWM Newbie |
Hello,
I am trying to start learning PWM techniques using 18F452.
The first simple task is to generate a fixed duty cycle- square wave using CCP1 pin of my PIC.
I simply use the follo ... |
Topic: A/D to LCD, Crashing code |
sokrates
Replies: 5
Views: 8188
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2007 2:50 pm Subject: removed LCD from the project |
I removed my LCD ( it was not needed in the project ) chip,
and placed 10- LEDs instead of the LCD, I was just trying to see a correct A/D operation.
Now it works fine.
Thank you s ... |
Topic: A/D to LCD, Crashing code |
sokrates
Replies: 5
Views: 8188
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2007 9:20 am Subject: Locks up |
It simply locks up.
It says "animating" above but it does not nothing and I have to close it from the task manager each time.
It's not an official version, but it can simulate m ... |
Topic: A/D to LCD, Crashing code |
sokrates
Replies: 5
Views: 8188
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2007 9:04 am Subject: A/D to LCD, Crashing code |
Is there anything terribly wrong about the following code?
I am only trying to send digital data to an LCD. MY simulation set-up uses Port B for all LCD connections ( in the correct order ), however ... |
Topic: Clock Frequency of PIC 18F452 |
sokrates
Replies: 4
Views: 7734
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2007 8:13 am Subject: So .. |
So the crystal option in Proteus is just an accessory?
In reality, the PIC will accomodate my crystal frequency, right?
The question is, is there any configurable mode of PIC that either sele ... |
Topic: Clock Frequency of PIC 18F452 |
sokrates
Replies: 4
Views: 7734
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2007 7:28 am Subject: Clock Frequency of PIC 18F452 |
Hi there,
I'm having problems with the clock speed of PIC 18F452.
I configure my C code with
#fuses HS
#use delay(clock=10000000)
since I want to use a crystal of frequency 10 ... |
Topic: Port specification in CCS V.4023 |
sokrates
Replies: 6
Views: 6618
|
Forum: General CCS C Discussion Posted: Thu Mar 15, 2007 3:38 pm Subject: RE: |
I think you don't understand my problem.
PIC Wizard has an I/O pins section.
and I choose my selections from the list,
the "Code" tab, just next to it, shows the
cor ... |
Topic: Port specification in CCS V.4023 |
sokrates
Replies: 6
Views: 6618
|
Forum: General CCS C Discussion Posted: Thu Mar 15, 2007 3:17 pm Subject: Port specification in CCS V.4023 |
Hello,
I asked this in an earlier thread but I could not get any answers to this.
PIC Wizard of CCS V.4023 has an I/O specification tab, which presumably makes it easier to configure input, ... |
Topic: PIC to LCD - again |
sokrates
Replies: 2
Views: 4790
|
Forum: General CCS C Discussion Posted: Thu Mar 15, 2007 2:52 pm Subject: PIC to LCD - again |
Hello,
I am working on a senior design project that will use 18F452. Project will include A/D conversion at some point.
I will have relatively simple questions and I hope somebody could reply me ... |
|