View previous topic :: View next topic |
Author |
Message |
chingB
Joined: 29 Dec 2003 Posts: 81
|
I2C Inquiry for my application |
Posted: Mon Mar 01, 2004 11:27 pm |
|
|
Hello,
I have a setup which uses two PICs -- one is a master with an external I2C memory. The other PIC is a slave which sends 16bytes data to the master. Once the master received the 16bytes data it will then be stored to an external memory.
My question: How can I utilize the #int_ssp on my application/project?
Thank u. |
|
|
Guest
|
|
Posted: Tue Mar 02, 2004 12:22 pm |
|
|
chingB,
Quote: | My question: How can I utilize the #int_ssp on my application/project? |
Yes, you can if you use a pic device with hardware i2C implemented. I could be even greater if you use for the master, a device that has master i2c on board.
Regards,
Marcus |
|
|
chingB
Joined: 29 Dec 2003 Posts: 81
|
|
Posted: Tue Mar 02, 2004 5:23 pm |
|
|
Anonymous wrote: | chingB,
Quote: | My question: How can I utilize the #int_ssp on my application/project? |
Yes, you can if you use a pic device with hardware i2C implemented. I could be even greater if you use for the master, a device that has master i2c on board.
Regards,
Marcus |
Hi Marcus!
Do you have a sample snippets on this using the #int_ssp? I'll be glad if you can share it.
Thank u. |
|
|
mvaraujo
Joined: 20 Feb 2004 Posts: 59 Location: Brazil
|
|
Posted: Mon Mar 08, 2004 12:43 pm |
|
|
HI ChingB,
Unfortunately, I don't have any code that uses this #int. I using I2c comm without any isr.
Marcus |
|
|
|