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 7 matches
CCS Forum Index
Author Message
  Topic: MPLAB: can't set breakpoint
mnv

Replies: 3
Views: 8463

PostForum: General CCS C Discussion   Posted: Wed Dec 08, 2004 7:10 am   Subject: MPLAB: can't set breakpoint
hi!

i used mplab the first time today and tried to set breakpoints. but mplab (v6.60) shows an error that the breakpoint(s) can't be resolved.
i tried to fllow some suggestions in this forum like ...
  Topic: 16F675 doesn't work
mnv

Replies: 8
Views: 16814

PostForum: General CCS C Discussion   Posted: Tue Dec 07, 2004 2:20 pm   Subject: 16F675 doesn't work
no, i use internal crystal (INTRC-fuse).
might the missing crystal-calibration cause such a problem and how can i calibrate the crystal if needed?
thx!!!
  Topic: 16F675 doesn't work
mnv

Replies: 8
Views: 16814

PostForum: General CCS C Discussion   Posted: Tue Dec 07, 2004 1:25 pm   Subject: 16F675 doesn't work
sorry, i meant the 12F675!!
  Topic: INT_EXT2 on PIC18F458
mnv

Replies: 3
Views: 9329

PostForum: General CCS C Discussion   Posted: Fri Aug 06, 2004 5:51 am   Subject: INT_EXT2 on PIC18F458
hm... why has it been missing?
thank you!
  Topic: INT_EXT Interrupts On Both Edges
mnv

Replies: 15
Views: 31049

PostForum: General CCS C Discussion   Posted: Fri Aug 06, 2004 5:49 am   Subject: INT_EXT Interrupts On Both Edges
i created my own solution for debouncing.
i've got 5 buttons which are each connected to its port pins and rb0-interrupt is used for recognizing, when a button is pressed. this is done with a diode c ...
  Topic: INT_EXT2 on PIC18F458
mnv

Replies: 3
Views: 9329

PostForum: General CCS C Discussion   Posted: Fri Aug 06, 2004 5:38 am   Subject: INT_EXT2 on PIC18F458
hi!

i'm using the pic18f458 and wanted to use the int2-pin (rb2) for external interrupt. but there is no interrupt constant INT_EXT2 defined in the 18f458.h (only INT_EXT and INT_EXT1).
so how can ...
  Topic: problem calling function
mnv

Replies: 2
Views: 7551

PostForum: General CCS C Discussion   Posted: Wed Aug 04, 2004 8:37 am   Subject: problem calling function
hi!

see the code above:



...

void myFunction(char *str1) {
putc('x');
}

...

void main() {

...

myFunction("hello&qu ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group