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 4 matches
CCS Forum Index
Author Message
  Topic: Blank area in RAM (PIC18F6720)
Kada

Replies: 2
Views: 6302

PostForum: General CCS C Discussion   Posted: Mon Mar 07, 2005 2:49 am   Subject: Blank area in RAM (PIC18F6720)
hi,

Could anybody tell me why there are some blank areas (in different sizes!!!) in the RAM.
I use development kit from CCS.
  Topic: Sending AT Commands via RS232
Kada

Replies: 5
Views: 12830

PostForum: General CCS C Discussion   Posted: Mon Feb 07, 2005 4:18 pm   Subject: AT Commands
I have tried this code and it works.
...
...
sendsms() {
byte data;

fprintf(GSM, "AT"); // AT+CMGS="<TLF NR>"<CR><NL>
fputc(CR,GSM);
if (kbhit(GS ...
  Topic: SPI on PIC18F6720
Kada

Replies: 1
Views: 5742

PostForum: General CCS C Discussion   Posted: Tue Nov 30, 2004 4:33 pm   Subject: SPI on PIC18F6720
Hi, I am trying to stablish a kind of communication between PIC18F6720 and DataFlash AT45DB041B, but there is no clock (SCK) on the system
How can I generate clock on the system?

....
setup_spi ...
  Topic: #FUSES , AN4 and LVDIN ( PIC18F6720 )
Kada

Replies: 1
Views: 6273

PostForum: General CCS C Discussion   Posted: Tue Nov 23, 2004 5:38 am   Subject: #FUSES , AN4 and LVDIN ( PIC18F6720 )
How can I define AN4 as an analog input?

...............
setup_adc_ports(ALL_ANALOG|VSS_VDD);
setup_adc(ADC_CLOCK_DIV_64);
setup_vref(FALSE);
.......

but still have problems with ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group