Author |
Message |
Topic: Sending Data Problem at SPI Slave mode |
Elysion
Replies: 5
Views: 6823
|
Forum: General CCS C Discussion Posted: Thu Feb 24, 2011 2:18 am Subject: Sending Data Problem at SPI Slave mode |
Ttelmah codes didn't work and I changed this line "a=spi_read(0); " and It is worked. But I couldn't solve RS232 problem,yet |
Topic: Sending Data Problem at SPI Slave mode |
Elysion
Replies: 5
Views: 6823
|
Forum: General CCS C Discussion Posted: Tue Feb 22, 2011 8:55 am Subject: Sending Data Problem at SPI Slave mode |
Ok Thanks for your consideration. It is worked. But when I added RS232 module to these codes, it didn't work.
My slave side is same but I added 2 lines to master side:
#include <18F14K50.H> ... |
Topic: Sending Data Problem at SPI Slave mode |
Elysion
Replies: 5
Views: 6823
|
Forum: General CCS C Discussion Posted: Mon Feb 21, 2011 6:12 am Subject: Sending Data Problem at SPI Slave mode |
I wrote these codes shown below but I couldn't send any data at SPI Slave mode. (My compiler version is 4.114) (Also I looked at this link: http://www.ccsinfo.com/forum/viewtopic.php?t=39145&high ... |
Topic: Bootloader problem |
Elysion
Replies: 1
Views: 3241
|
Forum: General CCS C Discussion Posted: Mon Feb 07, 2011 9:45 am Subject: Bootloader problem |
Is there anyone who uses Microchip HID USB bootloader with CCSC?
Do you have any sample CCSC codes for using this bootloader?
Thanks. |
Topic: A question about 18f14k50 |
Elysion
Replies: 10
Views: 10451
|
Forum: General CCS C Discussion Posted: Mon Jan 24, 2011 3:45 am Subject: A question about 18f14k50 |
I couldn't work 18f14k50 with internal oscillator. I tried various compiler version (4.108, 4.110, 4.114). But I couldn't work with its internal oscillator. Is there anyone to try PIC18f14k50 with rea ... |
Topic: 16f882 ECCP problem |
Elysion
Replies: 7
Views: 9227
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2011 9:17 am Subject: 16f882 ECCP problem |
Ok thanks for your help. I solved my problem thanks to you. It is related with the crystal. |
Topic: 16f882 ECCP problem |
Elysion
Replies: 7
Views: 9227
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2011 3:12 am Subject: 16f882 ECCP problem |
I tried these codes in real hardware. But the frequency of PWM is 200khz not 1Mhz. I couldn't get 1 Mhz at the output of PWMs. |
Topic: 16f882 ECCP problem |
Elysion
Replies: 7
Views: 9227
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2011 1:29 am Subject: 16f882 ECCP problem |
And I want to get 1MHZ PWM at the output of the PWM. But I couldn't. Is there anyone to answer my question?
Thanks. |
Topic: 16f882 ECCP problem |
Elysion
Replies: 7
Views: 9227
|
Forum: General CCS C Discussion Posted: Fri Jan 21, 2011 2:38 am Subject: 16f882 ECCP problem |
my compiler version is 4.108 |
Topic: 16f882 ECCP problem |
Elysion
Replies: 7
Views: 9227
|
Forum: General CCS C Discussion Posted: Thu Jan 20, 2011 6:13 am Subject: 16f882 ECCP problem |
I used these codes shown below, but I couldn't use 16f882's half bridge module. Could you propose anything for this operation?
#include <16f882.h>
#include <PIC16F882_registers.h>
#fu ... |
Topic: Problem related with "ex_mmcsd.c" |
Elysion
Replies: 7
Views: 12356
|
Forum: General CCS C Discussion Posted: Mon Dec 13, 2010 12:54 am Subject: Problem related with "ex_mmcsd.c" |
Are my circuit and program true for this operation?If it is not,What should I do? |
Topic: Problem related with "ex_mmcsd.c" |
Elysion
Replies: 7
Views: 12356
|
Forum: General CCS C Discussion Posted: Sat Dec 11, 2010 12:27 am Subject: Problem related with "ex_mmcsd.c" |
My compiler version is 4.108. And I tested this program in Proteus and hardware. But I couldn't get any results from both of them. |
Topic: Problem related with "ex_mmcsd.c" |
Elysion
Replies: 7
Views: 12356
|
Forum: General CCS C Discussion Posted: Fri Dec 10, 2010 1:18 am Subject: Problem related with "ex_mmcsd.c" |
I couldn't see anyone who works with "ex_mmcsd.c" correctly. Everyone says another example or another way. |
Topic: Problem related with "ex_mmcsd.c" |
Elysion
Replies: 7
Views: 12356
|
Forum: General CCS C Discussion Posted: Thu Dec 09, 2010 11:16 am Subject: Problem related with "ex_mmcsd.c" |
Does this example program(ex_mmcsd.c) work only CCSC's development kit? |
Topic: Problem related with "ex_mmcsd.c" |
Elysion
Replies: 7
Views: 12356
|
Forum: General CCS C Discussion Posted: Thu Dec 09, 2010 12:53 am Subject: Problem related with "ex_mmcsd.c" |
I tried to work this example(ex_mmcsd.c).But I couldn't succeed to work.Could you show me an example connection to work this example, correctly?And I also post my connection between PIC and SD card:
... |
|