CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 28 matches
CCS Forum Index
Author Message
  Topic: ICD U64 pgc dead. Fix and why didnt they tristate?
mds

Replies: 0
Views: 23857

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Thu Apr 19, 2012 5:49 pm   Subject: ICD U64 pgc dead. Fix and why didnt they tristate?
Hi All,
For quite some time most of our boards use the pgc,pgd pins for mode indication via LEDS, having used another programmer this has never been a problem.
However the U64 does not tristate and ...
  Topic: Embed Svn revision number in code
mds

Replies: 8
Views: 13362

PostForum: General CCS C Discussion   Posted: Tue Aug 23, 2011 5:58 pm   Subject: Embed Svn revision number in code
Hi new guy,
subdirs etc was the way I worked for years, so I understand exactly where youre at.
Then I started getting numerous projects, numerous releases of said projects and more than one person ...
  Topic: Embed Svn revision number in code
mds

Replies: 8
Views: 13362

PostForum: General CCS C Discussion   Posted: Mon Aug 22, 2011 5:21 pm   Subject: Embed Svn revision number in code
Yes it is all a little messy and Im amazed it has not been "dealt" with previously. Im also amazed at the lack of responses to the post as I was expecting it to be something that everyone wo ...
  Topic: Embed Svn revision number in code
mds

Replies: 8
Views: 13362

PostForum: General CCS C Discussion   Posted: Tue Aug 16, 2011 7:37 pm   Subject: Embed Svn revision number in code
Hi all,
I was hoping to embed the svn revision number into my PIC source code.
I have two problems though.

#define ver_str "$Revision: 47 $"

this line allows svn on commit to upd ...
  Topic: Eclipse and CCS
mds

Replies: 5
Views: 13322

PostForum: General CCS C Discussion   Posted: Thu Jul 21, 2011 8:48 pm   Subject: Eclipse and CCS
Hi NTH,
Thanks for your response. I have just spent some time playing with Netbeans from a Python perspective. I dont sue Java and Python is the only other language other than CCS I use nowadays. I w ...
  Topic: Eclipse and CCS
mds

Replies: 5
Views: 13322

PostForum: General CCS C Discussion   Posted: Wed Jul 13, 2011 10:11 pm   Subject: Eclipse and CCS
Hey guys this is a pretty old topic. I was just wondering if it had gotten any easier or if anyone had any more thoughts on using Eclipse.

I had to do a Python app a while back and thought it woul ...
  Topic: embed subversion number in code as a string
mds

Replies: 5
Views: 6141

PostForum: General CCS C Discussion   Posted: Wed Feb 23, 2011 6:08 pm   Subject: embed subversion number in code as a string
HI,
Yes, in the application code.
for eg Somewhere in the code I would have this.
printf("%s",ver_str);

Your last sentence pretty much kills the idea tho:( If the pre-processo ...
  Topic: embed subversion number in code as a string
mds

Replies: 5
Views: 6141

PostForum: General CCS C Discussion   Posted: Tue Feb 22, 2011 9:12 pm   Subject: embed subversion number in code as a string
Yes my mistake. I was expecting prior knowledge of subversion. I anticipated that most coders would be using something similar?

With multiple projects and release versions we are beginning to have ...
  Topic: embed subversion number in code as a string
mds

Replies: 5
Views: 6141

PostForum: General CCS C Discussion   Posted: Mon Feb 21, 2011 7:55 pm   Subject: embed subversion number in code as a string
HI,
A little new to subversion and such. I'm trying to embed the subversion commit number as a string in my ccs code.

#define ver_str "v2.00"
this snip is what I have been using and man ...
  Topic: 18f2520 input_state not working
mds

Replies: 3
Views: 5623

PostForum: General CCS C Discussion   Posted: Mon Nov 01, 2010 9:02 pm   Subject: 18f2520 input_state not working
Finally able to get back to this problem and have a look at it.

case 'p': ///power
tmpb=input_state(pwr_gps);
tmpb=~ ...
  Topic: pre assign value to bit in a struct
mds

Replies: 2
Views: 3988

PostForum: General CCS C Discussion   Posted: Tue Sep 07, 2010 9:01 pm   Subject: pre assign value to bit in a struct
haahh many thanks sir.
  Topic: pre assign value to bit in a struct
mds

Replies: 2
Views: 3988

PostForum: General CCS C Discussion   Posted: Tue Sep 07, 2010 6:03 pm   Subject: pre assign value to bit in a struct
Hi all,
Can you pre assign a value to a bit inside a struct at compile time?

I often pre assign my vars with values when defining them

such as

int8 fred=0;

Id like to do something similar ...
  Topic: 18f2520 input_state not working
mds

Replies: 3
Views: 5623

PostForum: General CCS C Discussion   Posted: Mon Aug 09, 2010 12:16 am   Subject: 18f2520 input_state not working
Hi all,
Could someone verify for me a problem with 18f2520 and the input_state(PIN_B1) function not working correctly?

I have two identical boards one with an 18f252 and one with an 18f2520
Progr ...
  Topic: How to Program PIC in PCW with an ICD3 -Solved
mds

Replies: 0
Views: 2813

PostForum: General CCS C Discussion   Posted: Wed May 19, 2010 6:21 pm   Subject: How to Program PIC in PCW with an ICD3 -Solved
oops.Embarassed Thats what happens when you get a new toy.
Misunderstanding of its cycle of operation.
The chip is auto programmed after a compile. I assume now that that is what the "downloading& ...
  Topic: 12c509A timer0 power cycle problems
mds

Replies: 3
Views: 5389

PostForum: General CCS C Discussion   Posted: Thu Dec 03, 2009 10:23 pm   Subject: 12c509A timer0 power cycle problems
a #ROM 0x3FF ={3200} seems to work.
Must make sure the programmer is set to program cal figures. (must remember to turn that off when it comes to writing the OTPs ;)
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group