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: Send data through variable for LCD?
maiprog

Replies: 1
Views: 4479

PostForum: General CCS C Discussion   Posted: Sun Mar 30, 2014 3:20 pm   Subject: Send data through variable for LCD?
I want to send data through variable through LCD.
and I am using flex_lcd drive.
my LCD is struck, and the pin c6 get high.

#include <18F4520.h>
#FUSES NOPROTECT,NOWDT,NOLVP,HS,NOBROWNOU ...
  Topic: I am using interrupt to control external device
maiprog

Replies: 16
Views: 19695

PostForum: General CCS C Discussion   Posted: Thu Mar 27, 2014 4:06 am   Subject: I am using interrupt to control external device
Math function? I didn't tried it. Was math included in those calculation ?
  Topic: I am using interrupt to control external device
maiprog

Replies: 16
Views: 19695

PostForum: General CCS C Discussion   Posted: Wed Mar 26, 2014 12:30 am   Subject: I am using interrupt to control external device
This is my code....
and i am using the LCD.c inbuilt driver of ccs compiler.
#include <18f4520.h>
//#fuses HS, NOWDT, NOPROTECT, NOPUT, NOBROWNOUT
#FUSES NOWDT //No Watch ...
  Topic: I am using interrupt to control external device
maiprog

Replies: 16
Views: 19695

PostForum: General CCS C Discussion   Posted: Tue Mar 25, 2014 12:47 pm   Subject: I am using interrupt to control external device
K, and i am too getting errors such as:
interrupt disabled call to prevent re-entrancy:[lcd_send_nibble], [lcd_send_nibble] ,
[@mulff],[@delay_ms1] and [synchronize_on_rising_edge]
How to eliminat ...
  Topic: I am using interrupt to control external device
maiprog

Replies: 16
Views: 19695

PostForum: General CCS C Discussion   Posted: Tue Mar 25, 2014 9:08 am   Subject: I am using interrupt to control external device
Why mydelay 7, any reason for that
  Topic: I am using interrupt to control external device
maiprog

Replies: 16
Views: 19695

PostForum: General CCS C Discussion   Posted: Tue Mar 25, 2014 9:07 am   Subject: I am using interrupt to control external device
I am using pic18f4520 and int8
  Topic: I am using interrupt to control external device
maiprog

Replies: 16
Views: 19695

PostForum: General CCS C Discussion   Posted: Tue Mar 25, 2014 7:01 am   Subject: I am using interrupt to control external device
This is my code. I need to HIGH and LOW the pin_b2
so i need delay_us... my code is below:

#INT_RTCC
void inductor_firing_isr()
{
if(enable_firing_interrupt == 1)
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group