- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › Pic18f to Pic18f comm. via External ram
I would like to transmit data from a pic18f to another pic18f via an external ram . The ram needs to accomadate data from pic1 and transmit it to pic2 when called for ; if possible simultaneously too . The ram size shall be 1-2 Mb .
I have gone through immense application notes on pic to pic communication and pic to external ram communication but failed to get detailed documentation on pic to pic communication via a memory element .
My intention of using RAM is ofcourse for extended space , faster speed , adding option for parallel and serial communication and for independently communicating to pic1 and pic2 .
Hye Arun,
Nice application.It may be possible with I2C bus.Select the RAM and Controller which have inbuilt I2C and learn about I2C protocol.