Author |
Message |
Topic: Beginner's problems with 16F747 |
taubek
Replies: 10
Views: 10902
|
Forum: General CCS C Discussion Posted: Wed Jan 11, 2012 12:43 pm Subject: Beginner's problems with 16F747 |
Thanks a lot PCM programmer, it was missing statement #device adc=10 in my program. |
Topic: Beginner's problems with 16F747 |
taubek
Replies: 10
Views: 10902
|
Forum: General CCS C Discussion Posted: Wed Jan 11, 2012 11:44 am Subject: Beginner's problems with 16F747 |
Somebody help me please, I'm trying to figure out this thing for the whole day and no progress... It looks that I read only register ADRESL without ADRESH...
Is it possible to read register direct ... |
Topic: Beginner's problems with 16F747 |
taubek
Replies: 10
Views: 10902
|
Forum: General CCS C Discussion Posted: Wed Jan 11, 2012 2:43 am Subject: Beginner's problems with 16F747 |
Hello again,
I finally have time to make progress on this project again. I also have an analog input on this PIC. I can read it, but the value is only 0-255 (8bit). In datasheets is written that th ... |
Topic: Beginner's problems with 16F747 |
taubek
Replies: 10
Views: 10902
|
Forum: General CCS C Discussion Posted: Mon Oct 10, 2011 9:35 am Subject: Beginner's problems with 16F747 |
PCM programmer, thank you so much for all your help, the problem was that those lines were outside of main function.
thanks again,
Taubek |
Topic: Beginner's problems with 16F747 |
taubek
Replies: 10
Views: 10902
|
Forum: General CCS C Discussion Posted: Fri Oct 07, 2011 10:50 pm Subject: Beginner's problems with 16F747 |
Hi,
sorry for late reply, I didn't have any time to work with PIC and CCS because of my job.
I checked the version. It is 3.203. Hope that helps.
br. |
Topic: Beginner's problems with 16F747 |
taubek
Replies: 10
Views: 10902
|
Forum: General CCS C Discussion Posted: Tue Sep 27, 2011 5:56 am Subject: Beginner's problems with 16F747 |
I have turned off analog signals, i also tried with CMCON1 0x07 like someone told me to try..
can someone write exactly which lines should be on the begining of my program to have all pins like di ... |
Topic: Beginner's problems with 16F747 |
taubek
Replies: 10
Views: 10902
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2011 11:44 pm Subject: Beginner's problems with 16F747 |
Hello,
I just started to program PIC microcontrollers so I don't have many experiences with programing. I read some datasheets and manual for programming with CCS.
In past I already made a " ... |
Topic: Problem! |
taubek
Replies: 17
Views: 17638
|
Forum: General CCS C Discussion Posted: Wed Apr 25, 2007 7:23 am Subject: Problem! |
thanks for help.
I downloaded a newer version of PCW compiler and it works now. |
Topic: Problem! |
taubek
Replies: 17
Views: 17638
|
Forum: General CCS C Discussion Posted: Wed Apr 18, 2007 11:27 am Subject: Problem! |
And you have contacted CCS support directly, given them your customer number and asked for help with your errant compiler installation, right?
Or are you trying to use a "borrowed" copy o ... |
Topic: Problem! |
taubek
Replies: 17
Views: 17638
|
Forum: General CCS C Discussion Posted: Wed Apr 18, 2007 7:22 am Subject: Problem! |
can somebody tell me what means PCm, PCH and PCB? These are names for the different compilers:
PCB = PIC10 and PIC12 (12 bit)
PCM = PIC16 (14 bit)
PCH = PIC18 (16 bit)
ammm, i think i found a pr ... |
Topic: Problem! |
taubek
Replies: 17
Views: 17638
|
Forum: General CCS C Discussion Posted: Wed Apr 18, 2007 6:26 am Subject: Problem! |
ammm, i think i found a problem. I copyed some device files into a map "devices" but when i try to start new project at PIC wizard there are those added devices not listed.
How to add th ... |
Topic: Problem! |
taubek
Replies: 17
Views: 17638
|
Forum: General CCS C Discussion Posted: Wed Apr 18, 2007 6:06 am Subject: Problem! |
can somebody tell me what means PCm, PCH and PCB? which should i use? I have licence files with this names. Is that a trouble? |
Topic: Problem! |
taubek
Replies: 17
Views: 17638
|
Forum: General CCS C Discussion Posted: Wed Apr 18, 2007 5:57 am Subject: Problem! |
I think is 3.180 |
Topic: Problem! |
taubek
Replies: 17
Views: 17638
|
Forum: General CCS C Discussion Posted: Wed Apr 18, 2007 12:49 am Subject: Problem! |
I tried many options till now and i found out that i can compile PIC 16F877A without problems on Microchip 14bit options. Sounds like you are using the free compiler demo version which is limited to t ... |
Topic: Problem! |
taubek
Replies: 17
Views: 17638
|
Forum: General CCS C Discussion Posted: Tue Apr 17, 2007 12:38 pm Subject: Problem! |
I tried many options till now and i found out that i can compile PIC 16F877A without problems on Microchip 14bit options.
Code for that 16F877A chip start like that:
#include <16F877A.h>
... |
|