Author |
Message |
Topic: rfm22 transceiver module - disable usb interrupts ?? |
klausdejong
Replies: 19
Views: 42869
|
Forum: General CCS C Discussion Posted: Tue Nov 20, 2012 9:30 am Subject: RFM23B |
I'm trying to get the HopeRF RFM23B to work. What is the SPI-mode to be used?
Regards,
Klaus de Jong |
Topic: Software SPI on 18F4525 |
klausdejong
Replies: 5
Views: 6860
|
Forum: General CCS C Discussion Posted: Wed Aug 25, 2010 1:15 pm Subject: Software SPI on 18F4525 |
I tested my theory and it is not valid.
I changed hw and sw SPI, slowed down the clock and put in small delays but it does not help.
So, I stop at this point. Maybe I will pick it up again in a ... |
Topic: Software SPI on 18F4525 |
klausdejong
Replies: 5
Views: 6860
|
Forum: General CCS C Discussion Posted: Tue Aug 24, 2010 5:41 pm Subject: Software SPI on 18F4525 |
I work with cc2420 IEEE transceivers. They all have hw SPI but 1 has software SPI.
My conclusion this far is that the transmitter, hw SPI, and the receiver, sw SPI, do not cooperate due to the spee ... |
Topic: Software SPI on 18F4525 |
klausdejong
Replies: 5
Views: 6860
|
Forum: General CCS C Discussion Posted: Mon Aug 23, 2010 7:07 pm Subject: Software SPI on 18F4525 |
Dear PCM programmer,
Again there are interesting and promising suggestions in your reply.
Especially your suggestion to find a small test routine is useful. And your suggestion to look for paral ... |
Topic: Software SPI on 18F4525 |
klausdejong
Replies: 5
Views: 6860
|
Forum: General CCS C Discussion Posted: Mon Aug 23, 2010 5:21 pm Subject: Software SPI on 18F4525 |
Hello,
I need a software SPI for my cc240 radio. It runs fine with hw SPI, but the sw version on an 18F4525 does not work.
I use this code:
#USE SPI (MASTER,MSB_FIRST,DI=pin_A5,DO=pin_E1, ... |
Topic: Translating Microchip C18 C to CCS C |
klausdejong
Replies: 3
Views: 4708
|
Forum: General CCS C Discussion Posted: Tue Jun 29, 2010 6:41 am Subject: Translating Microchip C18 C to CCS C |
So, the code snippet I posted is their definition for the CCS spi_write()
OK, thanks |
Topic: Translating Microchip C18 C to CCS C |
klausdejong
Replies: 3
Views: 4708
|
Forum: General CCS C Discussion Posted: Mon Jun 28, 2010 6:39 pm Subject: Translating Microchip C18 C to CCS C |
I am in the process of translating software for the CC2420 radio from C18 C to CCS C.
My question for this moment is: what do the back slashes mean. See code fragment below.
#define _SPI_WRITE ... |
Topic: CC2420 - IEEE 802.15.4 |
klausdejong
Replies: 4
Views: 5964
|
Forum: General CCS C Discussion Posted: Mon Jun 28, 2010 5:51 am Subject: CC2420 - IEEE 802.15.4 |
Thanks a lot, PCM programmer,
I believe this will help me to get the CC2420/EasyBee started !!!
I let let you know if it works.
Best regards,
Klaus de Jong |
Topic: CC2420 - IEEE 802.15.4 |
klausdejong
Replies: 4
Views: 5964
|
Forum: General CCS C Discussion Posted: Sun Jun 27, 2010 5:36 am Subject: CC2420 - IEEE 802.15.4 |
Thank you, PCM programmer
The CC2420 has built in support for buffered transmit and receive and it should be not too difficult to implement that.
Actually I'm trying to program the Flexipanel Ea ... |
Topic: CC2420 - IEEE 802.15.4 |
klausdejong
Replies: 4
Views: 5964
|
Forum: General CCS C Discussion Posted: Sat Jun 26, 2010 2:02 pm Subject: CC2420 - IEEE 802.15.4 |
Hi,
Is there anyone familiar programming the CC2420 radio in C ??
What I need is a buffered Tx and a buffered Rx.
It must be easy but I'm stuck.
Any help is highly appreciated.
Reg ... |
Topic: IEEE 802.15.4 for CC2420 radio in CCS-C |
klausdejong
Replies: 0
Views: 2666
|
Forum: General CCS C Discussion Posted: Sat May 29, 2010 5:29 pm Subject: IEEE 802.15.4 for CC2420 radio in CCS-C |
Hello,
Did anyone use an IEEE 802.15.4 stack for CC2420 radio in CCS-C ?
I plan to use this in a kind of domotica application.
Thanks in advance,
regards,
Klaus |
Topic: USB .INF file |
klausdejong
Replies: 11
Views: 15785
|
Forum: General CCS C Discussion Posted: Tue Aug 15, 2006 6:43 pm Subject: USB .INF file |
I got the "cdc_NTXP.inf" file fom CCS, the USB-communication from PIC18F4550 to PC using USB seems to work now.
Thanks,
Klaus |
Topic: USB .INF file |
klausdejong
Replies: 11
Views: 15785
|
Forum: General CCS C Discussion Posted: Fri Aug 11, 2006 6:35 am Subject: USB .INF file |
Thank you for the information.
I already sent an email to CCS and I hope they will send me the file.
In the USB development kit there is mainly hardware and software I already bought from CCS.
... |
Topic: USB .INF file |
klausdejong
Replies: 11
Views: 15785
|
Forum: General CCS C Discussion Posted: Thu Aug 10, 2006 3:53 pm Subject: USB .INF file |
No, it is not there. But thanks anyway.
Klaus |
Topic: USB .INF file |
klausdejong
Replies: 11
Views: 15785
|
Forum: General CCS C Discussion Posted: Thu Aug 10, 2006 3:16 pm Subject: USB .INF file |
Hello,
I'm in the pocess of building a first USB to PC (XPproSP2) connection using a PIC18F4550. I use ex_usb_serial.c and the libaries provided by CCS.
So far I get the following results:
&q ... |
|