Author |
Message |
Topic: Passing a #BIT in c possible? |
tstein
Replies: 9
Views: 7014
|
Forum: General CCS C Discussion Posted: Fri Feb 19, 2010 7:30 am Subject: Passing a #BIT in c possible? |
Thanks for the suggestions and help. Consider this problem resolved! |
Topic: Passing a #BIT in c possible? |
tstein
Replies: 9
Views: 7014
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 3:57 pm Subject: Passing a #BIT in c possible? |
My apology in advance for not thoroughly describing my problem from the start, but I appreciate your help greatly! My example was a poor one unfortunately.
The reason why I need a function is beca ... |
Topic: Passing a #BIT in c possible? |
tstein
Replies: 9
Views: 7014
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 3:47 pm Subject: Passing a #BIT in c possible? |
The reason why I would need to do it in a function is because I have a ton of #BIT variables defined already. So there is a desire to create one function to pass a #BIT type by reference and modify i ... |
Topic: Passing a #BIT in c possible? |
tstein
Replies: 9
Views: 7014
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 3:25 pm Subject: Passing a #BIT in c possible? |
I think most of my problem has to do with passing a value instead of a pointer. But I can't seem to figure it out.
I'm wanting to directly write the bit passed from within the function.
I think ... |
Topic: Passing a #BIT in c possible? |
tstein
Replies: 9
Views: 7014
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 2:00 pm Subject: Passing a #BIT in c possible? |
Is it possible to pass something defined with #BIT to a c function? Here is an example of what I'd like to do:
unsigned char ucOption;
#BIT bOption = ucOption.7
void SetBit(unsigned ch ... |
Topic: Directing to an output directory? |
tstein
Replies: 4
Views: 4980
|
Forum: General CCS C Discussion Posted: Sat May 27, 2006 10:27 am Subject: Directing to an output directory? |
Is there anyway to instruct a compiled project to put output filex (hex, lst, etc) into a specific directory? I'm using CCS from MPLAB directly and can't seem to find anyway to do it.
Thanks,
Tom ... |
Topic: ICSP. Software available? |
tstein
Replies: 5
Views: 8397
|
Forum: General CCS C Discussion Posted: Tue Aug 02, 2005 4:48 pm Subject: Almost... |
Thats about what I had in mind (hardware + software), but I would still be interrested in tracking down a serial or USB solution versus the parallel method used for the Trivial LVP.
I'm not totally ... |
Topic: ICSP. Software available? |
tstein
Replies: 5
Views: 8397
|
Forum: General CCS C Discussion Posted: Tue Aug 02, 2005 11:53 am Subject: ICSP. Software available? |
Slightly off topic, but I have an application using a PIC16F628A. I would like to be able to (re)program in circuit through the ICSP module. I have enabled LVP in my source code.
Is there a commo ... |
|