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 18 matches
CCS Forum Index
Author Message
  Topic: Is there any converted zigbee code?
skyforme

Replies: 1
Views: 4540

PostForum: General CCS C Discussion   Posted: Mon Sep 05, 2005 3:46 pm   Subject: Is there any converted zigbee code?
Hello

Is there any one who converted c-18 code to ccs c?
If someone shares it, I will very very appreciate it.

Thank you so much in advance.
  Topic: Where can I see PDCxL/H register?
skyforme

Replies: 10
Views: 9190

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2005 8:39 pm   Subject: Where can I see PDCxL/H register?
wow
thank you very much.
  Topic: Where can I see PDCxL/H register?
skyforme

Replies: 10
Views: 9190

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2005 8:06 pm   Subject: Where can I see PDCxL/H register?
Unfortunately, my version is 3.228.

I was wondering why there was no example..
yes that's the reason..

anyway, when did it come out? I upgraded june 14th..
  Topic: Where can I see PDCxL/H register?
skyforme

Replies: 10
Views: 9190

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2005 7:18 pm   Subject: Where can I see PDCxL/H register?
Hello

Thank you very much about your link.
However, I know the mplab and I like it.

and thank you for your code, too.
maybe, some interrupt or other things corrupt my code
I will look up it a ...
  Topic: Where can I see PDCxL/H register?
skyforme

Replies: 10
Views: 9190

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2005 4:54 pm   Subject: Where can I see PDCxL/H register?
Hello

Thank you for your reply first.
However, I double checked about the command and even the example say like this.


int find_parity (int data) {



int count;

#asm

movlw 0x8 ...
  Topic: Where can I see PDCxL/H register?
skyforme

Replies: 10
Views: 9190

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2005 4:48 pm   Subject: Where can I see PDCxL/H register?
Hello

Thank you for your reply first.
However, I double checked about the command and even the example say like this.


int find_parity (int data) {



int count;

#asm

movlw 0x8 ...
  Topic: Where can I see PDCxL/H register?
skyforme

Replies: 10
Views: 9190

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2005 3:47 pm   Subject: Where can I see PDCxL/H register?
OOPS

I forgot to say this one..My chip is 18f4431 and I am trying to use power pwm.
  Topic: Where can I see PDCxL/H register?
skyforme

Replies: 10
Views: 9190

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2005 3:30 pm   Subject: Where can I see PDCxL/H register?
Hello.

I am trying to use pwm.
However, there is no signal.
I was trying to use both of assm and c but no result...

now, I am trying to see PDCxL/H, but I do not find where it is.
(I am using ...
  Topic: How can I read in this mode - AD conv. SEQM2
skyforme

Replies: 1
Views: 3334

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2005 11:01 am   Subject: How can I read in this mode - AD conv. SEQM2
Hello

I want to read four samples if interrupt occurs.
But it always read the same strange thing.

int16 value1,v2,v3,v4;

// This function turns the LEDs on and off
void flash_led() {

...
  Topic: Bra command in C.
skyforme

Replies: 3
Views: 5512

PostForum: General CCS C Discussion   Posted: Mon Aug 22, 2005 2:59 pm   Subject: Bra command in C.
Thank you.
It seems that make8 will the thing that I want.

Yeah..I also don't want to have mixed code.
I am just trying to be a CCS user.
Many of my code will be changed to C format.

And Mpla ...
  Topic: Bra command in C.
skyforme

Replies: 3
Views: 5512

PostForum: General CCS C Discussion   Posted: Mon Aug 22, 2005 2:10 pm   Subject: Bra command in C.
Hello again.

Can I use bra command (or call or goto) outside of a function?


For example can I use like this?

void main()
{
#ASM
bsf INTCONbits.PEIE //LOW INT
bsf INTCONbits.GIE //HIGH ...
  Topic: Return low byte of address
skyforme

Replies: 2
Views: 3832

PostForum: General CCS C Discussion   Posted: Mon Aug 22, 2005 8:55 am   Subject: Return low byte of address
Hello.

I am trying to implement
movlw LOW(ABC)

Can I use LOW, HIGH assembly Operators?

Best
Myunghee Kim
  Topic: Question about RRNCF.
skyforme

Replies: 3
Views: 6653

PostForum: General CCS C Discussion   Posted: Sun Aug 21, 2005 11:04 pm   Subject: Thank you for your quick reply
Hello

I just found that I didn't declare the command.
And I came back here to post it.
Wow.
But already there is a post!!

Thank you very much.
I have another problem now.

I also try to us ...
  Topic: Question about RRNCF.
skyforme

Replies: 3
Views: 6653

PostForum: General CCS C Discussion   Posted: Sun Aug 21, 2005 10:42 pm   Subject: Question about RRNCF.
Hello

I am trying to use RRNCF command.
my code is

movf PORTA,W
andlw 0x1C
rrncf WREG,W

and
this error message showed.

evaluation must evaluate to a constant WREG
in the line of r ...
  Topic: ASM RAM command to CCS
skyforme

Replies: 1
Views: 3975

PostForum: General CCS C Discussion   Posted: Fri Aug 19, 2005 11:32 am   Subject: ASM RAM command to CCS
Hello.

This is a sample code.

group2 udata_acs ;Declaration of group2 data. The
;addresses for data under this
;secton are allocated
...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group