Author |
Message |
Topic: PCWHD 4.120 Compiler Problem??? |
memoally
Replies: 2
Views: 3883
|
Forum: General CCS C Discussion Posted: Thu Jul 14, 2011 3:53 am Subject: PCWHD 4.120 Compiler Problem??? |
At C compiler manual that CCS published feburary 2011 they listed setup_high_speed_adc() in built in functions, therefore I guess CCS had already implemented that function in its compiler.
also at ... |
Topic: PCWHD 4.120 Compiler Problem??? |
memoally
Replies: 2
Views: 3883
|
Forum: General CCS C Discussion Posted: Thu Jul 14, 2011 3:00 am Subject: PCWHD 4.120 Compiler Problem??? |
i updated my sw from 4.105 to 4.120 just to use setup_high_speed_adc() functions, but ccs still do not recognize this keyword.
What should I do?
I am trying to use dspic33fj256mc710, my purpose ... |
Topic: Battery Icon |
memoally
Replies: 3
Views: 3883
|
Forum: General CCS C Discussion Posted: Thu Aug 26, 2010 2:14 pm Subject: Battery Icon |
Hello everyone,
How can I create battery icon?I want to display a battery icon on an lcd which displays my battery's power. But I couldn't make it.
Is there a way to make this? Can anyone help me ... |
Topic: need help about PID controller! |
memoally
Replies: 1
Views: 5742
|
Forum: General CCS C Discussion Posted: Thu Apr 22, 2010 6:11 pm Subject: need help about PID controller! |
Hello everyone.
How can I constitute a PID controller with picc? Or can I find a ready code for this work ? If there is, can anyone share it? |
Topic: need help about eeprom! |
memoally
Replies: 4
Views: 5307
|
Forum: General CCS C Discussion Posted: Mon Apr 19, 2010 1:31 pm Subject: need help about eeprom! |
thank you,pcm programmer.your advices helped me.thank you again. |
Topic: need help about eeprom! |
memoally
Replies: 4
Views: 5307
|
Forum: General CCS C Discussion Posted: Mon Apr 19, 2010 12:23 pm Subject: need help about eeprom! |
better now? |
Topic: need help about eeprom! |
memoally
Replies: 4
Views: 5307
|
Forum: General CCS C Discussion Posted: Mon Apr 19, 2010 12:06 pm Subject: need help about eeprom! |
hello everyone.
i have some questions.here they are;
1)how can i write a float value onto eeprom?for example i want to write ''3.17'' on eeprom.how can i manage this?
2)how can i write a value ... |
Topic: help please!!! |
memoally
Replies: 1
Views: 3367
|
Forum: General CCS C Discussion Posted: Fri Apr 09, 2010 12:57 pm Subject: help please!!! |
Hi everyone.
I am looking for an answer of a question. Can I power on and power off a PIC via any port pins. I mean I place a button, say on pin_b1, can I use this pin to power on and power off the P ... |
Topic: Please help!!! |
memoally
Replies: 7
Views: 9326
|
Forum: General CCS C Discussion Posted: Fri Apr 09, 2010 12:01 pm Subject: Please help!!! |
Guys thank you for your advices...
Asmboy, I did not understand what you mean by
when u start adding the delays for accessing
EEPROM especially and making decisions INSIDE the handler
with IN ... |
Topic: Please help!!! |
memoally
Replies: 7
Views: 9326
|
Forum: General CCS C Discussion Posted: Fri Apr 02, 2010 4:28 pm Subject: Please help!!! |
Thank you ckielstra.
I solved my problem but I did not apply your advices, but of course I will add
I don't know how to use ''errors'' directive. Could you give an example?
delay_ms parts are ... |
Topic: Please help!!! |
memoally
Replies: 7
Views: 9326
|
Forum: General CCS C Discussion Posted: Fri Apr 02, 2010 11:46 am Subject: Please help!!! |
I have code which uses eeprom in order to remember the last choice. But when I energize the circuit, sometimes it can't write all the things and also program can't give pwm output. I think program is ... |
Topic: memory problem |
memoally
Replies: 8
Views: 12572
|
Forum: General CCS C Discussion Posted: Sat Mar 13, 2010 4:50 am Subject: memory problem |
Thank you pcm programmer for your reply. I changed my code a little bit, but there is a problem with eeprom. I want the device to work where it was closed. I mean think about you power off the pic whe ... |
Topic: memory problem |
memoally
Replies: 8
Views: 12572
|
Forum: General CCS C Discussion Posted: Tue Mar 09, 2010 4:51 pm Subject: memory problem |
I replaced all write_eeprom and read_eeprom statements with ckielstra's
functions and remove all '' // '' 's. Now I get %31 usage of rom
Thank you guys. But I wonder why languer, rnielsen and I ... |
Topic: memory problem |
memoally
Replies: 8
Views: 12572
|
Forum: General CCS C Discussion Posted: Mon Mar 08, 2010 4:49 pm Subject: memory problem |
First of all thank you ckielstra.
Yes I tried, but I can't resolve the problem. My compiler version is 4.068.
I thought it might be helpful to find the problem. Here is my code.
Sorry for the le ... |
Topic: memory problem |
memoally
Replies: 8
Views: 12572
|
Forum: General CCS C Discussion Posted: Sun Mar 07, 2010 4:59 pm Subject: memory problem |
Hi everyone.
I have a code for a work. But when I compile it, I got:
''out of rom,a segment or the program is too large''
seg 00004-007ff,0522 left,need 0700
seg 00800-00fff,0800 left,need 0 ... |
|