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 8 matches
CCS Forum Index
Author Message
  Topic: Code execution cycle. Timers routines.
Schneider

Replies: 1
Views: 3135

PostForum: General CCS C Discussion   Posted: Sun Aug 12, 2007 11:06 pm   Subject: Code execution cycle. Timers routines.
Does anyone can explain me how is the code execution sequence on a PIC microcontroller (in this case 16F877A)?

for example:


#int_timer1
void trata_t1(){

}

void main ...
  Topic: LCD Question: first line scrolling and the second for use??
Schneider

Replies: 1
Views: 3985

PostForum: General CCS C Discussion   Posted: Sat Jan 27, 2007 10:15 pm   Subject: LCD Question: first line scrolling and the second for use??
I'm trying to keep my LCD's first line scrolling while the major interaction is displayed (written and erased) in the second line.

Does anyone knows how can I do that? (or if its possible?).

Tha ...
  Topic: Problem with char protocol validation
Schneider

Replies: 4
Views: 6408

PostForum: General CCS C Discussion   Posted: Tue Jan 23, 2007 11:41 pm   Subject: Problem with char protocol validation
you're the best dude.. the problem is solved.. thanks a lot..
  Topic: Problem with char protocol validation
Schneider

Replies: 4
Views: 6408

PostForum: General CCS C Discussion   Posted: Tue Jan 23, 2007 6:34 am   Subject: Problem with char protocol validation
the strspn() is working fine. The only problem in the function is that I'm not obtaining the last char in the parameter string.

when I call the function, i get this feedback on the terminal screen: ...
  Topic: Problem with char protocol validation
Schneider

Replies: 4
Views: 6408

PostForum: General CCS C Discussion   Posted: Mon Jan 22, 2007 9:03 pm   Subject: Problem with char protocol validation
I wrote a function that should return true or false dependind on a string received from the rs232.



boolean isCmd(char *pStr[]){
char sTmp[] = {"#CMD ...
  Topic: How to get a stable clock with 16f84?
Schneider

Replies: 5
Views: 6251

PostForum: General CCS C Discussion   Posted: Sun Jan 14, 2007 1:59 pm   Subject: How to get a stable clock with 16f84?
thanks man, it worked.. :D
  Topic: How to get a stable clock with 16f84?
Schneider

Replies: 5
Views: 6251

PostForum: General CCS C Discussion   Posted: Sat Jan 13, 2007 9:43 pm   Subject: How to get a stable clock with 16f84?
The code I'm trying is this:



#include <16F84.h>
#fuses XT, NOWDT
#use delay(clock=10000000)

//=======================================
void main(void)
{

whil ...
  Topic: How to get a stable clock with 16f84?
Schneider

Replies: 5
Views: 6251

PostForum: General CCS C Discussion   Posted: Sat Jan 13, 2007 6:54 pm   Subject: How to get a stable clock with 16f84?
Hi, i'm just starting with microcontrollers and I think I have a problem.

Its a simple LED flasher, but... when i test the circuit, the delay between flashes are not equal, it doesn't stay 500ms 'O ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group