Author |
Message |
Topic: Blank area in RAM (PIC18F6720) |
Kada
Replies: 2
Views: 6302
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|