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 10 matches
CCS Forum Index
Author Message
  Topic: GPIO interrupt
cartic

Replies: 1
Views: 6352

PostForum: General CCS C Discussion   Posted: Thu Jun 16, 2005 12:03 pm   Subject: GPIO interrupt
Hello everyone,
I am using PIC 12F675.I need the PIC to wake up from sleep by a GPIO interrupt on GP0.
I used the directive #INT_RA0.
I saw its defined in the 12f675.h header file.
But I get an e ...
  Topic: software SPI
cartic

Replies: 3
Views: 5581

PostForum: General CCS C Discussion   Posted: Tue May 24, 2005 5:29 pm   Subject: thanks
Thanks for the help
sk
  Topic: software SPI
cartic

Replies: 3
Views: 5581

PostForum: General CCS C Discussion   Posted: Tue May 24, 2005 4:16 pm   Subject: software SPI
Hello everyone,
Iam using RFPIC 12F675F. It does not have a SPI. I need to get data from LM71, temperature sensor. LM 71 has 5 pins(2 for power and GND), one for Chip select(CS'), one for clock and o ...
  Topic: printf() behavior
cartic

Replies: 4
Views: 10426

PostForum: General CCS C Discussion   Posted: Mon Feb 21, 2005 3:18 pm   Subject: printf() behavior
Thanks for the replies, You are right, I am student doing my project using PIC C. I already browsed through the manual and know about the atoi function, but I did not use the atoi() function at all. I ...
  Topic: printf() behavior
cartic

Replies: 4
Views: 10426

PostForum: General CCS C Discussion   Posted: Mon Feb 21, 2005 12:52 pm   Subject: printf() behavior
I am trying to send 32 bit integer(let's say as hex) from hyperterminal to PIC 16f877.
For example, let's say I send 0x30303030( characters 0000) to PIC.
I use 4 getc statements to receive and stor ...
  Topic: Unable to use MPLAB
cartic

Replies: 5
Views: 8977

PostForum: General CCS C Discussion   Posted: Wed Dec 15, 2004 12:14 pm   Subject: Thanks
Thanks for the help. I will try installing the plugin and change the language tool bar settings and see if it works.
Thanks
Karthik
  Topic: Transmitting integers through RS232
cartic

Replies: 1
Views: 5156

PostForum: General CCS C Discussion   Posted: Wed Dec 15, 2004 12:13 pm   Subject: Transmitting integers through RS232
Is there anyway to transmit integers through RS232. Any help is welcome.
Thanks
Karthik
  Topic: Unable to use MPLAB
cartic

Replies: 5
Views: 8977

PostForum: General CCS C Discussion   Posted: Tue Dec 14, 2004 8:00 pm   Subject: This is my code
This is my code. The compiler version is 3.118.
#include <16F873.h> // 2k byte ROM, 128 byte EEPROM
#device *=16 adc=10
#fuses XT,NOWDT,NOPROTECT,NOWDT,NOLVP, NOBROWNOUT, NOPUT
#use delay& ...
  Topic: Unable to use MPLAB
cartic

Replies: 5
Views: 8977

PostForum: General CCS C Discussion   Posted: Tue Dec 14, 2004 4:42 pm   Subject: Unable to use MPLAB
I am using PIC C compiler. I am able to compile my program in PIC C successfully, but unable to do it in MPLAB. It says invalid option +M, then starts its compilation, finishes the compilation but it ...
  Topic: interrupts
cartic

Replies: 1
Views: 5681

PostForum: General CCS C Discussion   Posted: Mon Dec 13, 2004 4:16 pm   Subject: interrupts
I am using CCS PCW compiler and PIC 16F873. Is there any way that I can create an interrupt that using a genral purpose I/O pin. In my case, event in RA3 pin should create an interrupt. I found the co ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group