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 6 matches
CCS Forum Index
Author Message
  Topic: problem with int_rda and int_ext
raflab

Replies: 2
Views: 6401

PostForum: General CCS C Discussion   Posted: Thu Aug 18, 2011 4:10 am   Subject: problem with int_rda and int_ext
When I receive the data from the serial port using int_rda !! I can't use the data named x in the main program to complete the desired scenario !! the external doesn't work anymore !!! I don't know wh ...
  Topic: int_ext + int_timer1 problem !!
raflab

Replies: 1
Views: 4057

PostForum: General CCS C Discussion   Posted: Fri Aug 12, 2011 6:52 am   Subject: int_ext + int_timer1 problem !!
my program set to 1 the PIN A1 for 5 seconds and set to 0 for the same delay !! now I'm trying to use the external interrupt using a switch related to PIN B0 !! but it doesn't work !! the timer1 still ...
  Topic: Delay Using Timer1
raflab

Replies: 2
Views: 4946

PostForum: General CCS C Discussion   Posted: Fri Aug 12, 2011 4:04 am   Subject: Delay Using Timer1
Most people would do the counting in a Timer1 interrupt routine.
And maybe some people would put a 32.768 KHz watch crystal (with
capacitors) on the Timer1 oscillator pins and have it interrupt onc ...
  Topic: Delay Using Timer1
raflab

Replies: 2
Views: 4946

PostForum: General CCS C Discussion   Posted: Thu Aug 11, 2011 3:33 am   Subject: Delay Using Timer1
I'm trying to create a delay with N minutes using timer 1 .. I found the following code


#include <16F628A.h>
#fuses INTRC_IO, NOWDT, NOPROTECT, BROWNOUT, PUT, NOLVP
#use delay(clock ...
  Topic: Problem with interruptions PIC 16F628a + PCM compiler v4.068
raflab

Replies: 2
Views: 7085

PostForum: General CCS C Discussion   Posted: Tue Aug 09, 2011 4:45 am   Subject: Problem with interruptions PIC 16F628a + PCM compiler v4.068
Thx for the fast response Smile) So I will replace the timer0 with int_rda interruption ?? and the treatment of the interruption must be as quickly as it possible !! But even if I do that the problem of ...
  Topic: Problem with interruptions PIC 16F628a + PCM compiler v4.068
raflab

Replies: 2
Views: 7085

PostForum: General CCS C Discussion   Posted: Tue Aug 09, 2011 2:27 am   Subject: Problem with interruptions PIC 16F628a + PCM compiler v4.068
My project is to receive data with serial communication from VB.net. This data will be used as a delay to switch on and to switch off 3 leds !! So the algorithm is as follows:
In the PC we have 3 but ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group