Author |
Message |
Topic: PIC 16F886 C programming with Zigbee Ember 260 |
temopic
Replies: 6
Views: 9750
|
Forum: General CCS C Discussion Posted: Fri Apr 30, 2010 10:33 pm Subject: PIC 16F886 C programming with Zigbee Ember 260 |
When I bought the development kit I received a printed work book, they are very simple - fast to make work. |
Topic: Interfacing MRF24J40MA with PIC ?? |
temopic
Replies: 18
Views: 63859
|
Forum: General CCS C Discussion Posted: Wed Apr 28, 2010 5:59 pm Subject: Interfacing MRF24J40MA with PIC ?? |
Does anyone have an example for the module? |
Topic: PIC 16F886 C programming with Zigbee Ember 260 |
temopic
Replies: 6
Views: 9750
|
Forum: General CCS C Discussion Posted: Mon Mar 02, 2009 5:04 pm Subject: PIC 16F886 C programming with Zigbee Ember 260 |
The examples are very simple as you mention. I would like to work on this project also, i just bought the CCS ember kit but not many info to work with |
Topic: PCM programmer 10,000 posts |
temopic
Replies: 21
Views: 17866
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2009 1:25 pm Subject: PCM programmer 10,000 posts |
The best support here is from PCM Programmer,
Thanks from Mexico |
Topic: Driver / help required for atmel AT45DB161D |
temopic
Replies: 2
Views: 7149
|
Forum: General CCS C Discussion Posted: Sat Feb 14, 2009 8:48 pm Subject: Driver / help required for atmel AT45DB161D |
Could some one help regarding a driver for a AT45DB161D, I am using a pic18f4520 and the PCWHD 4.065 but waiting for my latest version licence for upgrade, already bought |
Topic: Atmel dataflash AT45DB321B driver for PIC18F452 |
temopic
Replies: 2
Views: 45283
|
Forum: Code Library Posted: Sat Feb 14, 2009 6:44 pm Subject: Atmel dataflash AT45DB321B driver for PIC18F452 |
Can I use this for at45db161d??
I am using also 18f4520 |
Topic: HELP!!! pic18f2520 rev.1 and rev6 SPI differences |
temopic
Replies: 5
Views: 6071
|
Forum: General CCS C Discussion Posted: Mon Nov 24, 2008 10:02 am Subject: HELP!!! pic18f2520 rev.1 and rev6 SPI differences |
I am using the slave_select from the master to the slave.
How could I work around this? |
Topic: HELP!!! pic18f2520 rev.1 and rev6 SPI differences |
temopic
Replies: 5
Views: 6071
|
Forum: General CCS C Discussion Posted: Mon Nov 24, 2008 8:29 am Subject: HELP!!! pic18f2520 rev.1 and rev6 SPI differences |
Is the 18F2520 used for the SPI slave or the master (or both) ?
Both
Which one (slave or master) is using the Rev. 6 silicon ?
1.-Rev1 for Master and Slave=Both works fine
2.-Rev1 for Master an ... |
Topic: HELP!!! pic18f2520 rev.1 and rev6 SPI differences |
temopic
Replies: 5
Views: 6071
|
Forum: General CCS C Discussion Posted: Fri Nov 21, 2008 11:10 am Subject: HELP!!! pic18f2520 rev.1 and rev6 SPI differences |
Hi,
I am having problems with the pic18f2520. I have complete my program for rev1 but when I change the pic for a rev6 then the SPI from slave to master is sending garbage.
What is the differe ... |
Topic: Sample code of Interrupt based SPI Slave? |
temopic
Replies: 2
Views: 39965
|
Forum: General CCS C Discussion Posted: Sat Sep 06, 2008 11:50 am Subject: Sample code of Interrupt based SPI Slave? |
Could you help us with a similar example for Master and one for Slave? different files
I am using the pic18f2520 and CCS 4.065
My idea is to have one Master which will send to Slave everything i ... |
Topic: SPI ----1 Pic Master / Multiple Pic Slaves |
temopic
Replies: 7
Views: 19997
|
Forum: General CCS C Discussion Posted: Mon Mar 17, 2008 9:04 am Subject: SPI ----1 Pic Master / Multiple Pic Slaves |
#bit SSPCON1_0 = 0xFC6.0
#bit SSPCON1_1 = 0xFC6.1
#bit SSPCON1_2 = 0xFC6.2
#bit SSPCON1_3 = 0xFC6.3
After a debug read:
SSPCON1_0 =0
SSPCON1_1 =0
SSPCON1_2 =1
SSPCON1_3 =0 |
Topic: SPI ----1 Pic Master / Multiple Pic Slaves |
temopic
Replies: 7
Views: 19997
|
Forum: General CCS C Discussion Posted: Mon Mar 17, 2008 8:53 am Subject: SPI ----1 Pic Master / Multiple Pic Slaves |
.................... setup_spi(spi_slave | spi_L_to_H);
03DE: BCF FC6.5
03E0: BCF F94.5
03E2: BSF F94.4
03E4: BSF F92.5
03E6: BSF F94.3
03E8: MOVLW 24 ---------------- ... |
Topic: SPI ----1 Pic Master / Multiple Pic Slaves |
temopic
Replies: 7
Views: 19997
|
Forum: General CCS C Discussion Posted: Mon Mar 17, 2008 8:08 am Subject: SPI ----1 Pic Master / Multiple Pic Slaves |
setup_spi(spi_slave | spi_L_to_H);
I am reading that /SS Control should be enabled.
I already try:
setup_spi(spi_slave | spi_L_to_H | ss_enabled);
But cant compile it :-s |
Topic: SPI ----1 Pic Master / Multiple Pic Slaves |
temopic
Replies: 7
Views: 19997
|
Forum: General CCS C Discussion Posted: Sun Mar 16, 2008 6:34 pm Subject: SPI ----1 Pic Master / Multiple Pic Slaves |
Done that way on purpose Neutone,
Any idea why they (SDO) arent in hig-Z if /SS is active high? |
Topic: SPI ----1 Pic Master / Multiple Pic Slaves |
temopic
Replies: 7
Views: 19997
|
Forum: General CCS C Discussion Posted: Sun Mar 16, 2008 1:19 pm Subject: SPI ----1 Pic Master / Multiple Pic Slaves |
I am using PCW 4.065, Mplab 7.6 and PIC18F2520
I have a PCB with 1 Master and 8 Slaves (All PIC18F2520).
I can send and receive data from the Master to a Slave if and only if one Slave is in the ... |
|