Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

communicating multiple AVR with ISP

Status
Not open for further replies.

john_rob

Newbie level 3
Joined
Oct 21, 2005
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,301
Hi all,
I want to work on communicating multiple AVR with ISP (at least 3)
but I do not know how to configure ISP and the routine of program.
please give me some clues or help.

thanks in advance,
 

Hi!
To connect multi AVRs , you can use the method SPI library of CodeVisionAVR!
Good luck!
 

john_rob wrote:
I want to work on communicating multiple AVR with ISP
Do you mean ISP (In System Programming) or SPI (Serial Peripheral Interface)?
 

budhy said:
john_rob wrote:
I want to work on communicating multiple AVR with ISP
Do you mean ISP (In System Programming) or SPI (Serial Peripheral Interface)?

Serial Peripheral Interface
 

When configured as a Slave, the SPI interface will remain sleeping with MISO tri-stated as long as the SS pin is driven high.

You can use SS pin like Chip Select on the peripheral chips. Each SS pin on other Slave SPI AVR can be controlled from the master SPI AVR ports.
 

    john_rob

    Points: 2
    Helpful Answer Positive Rating
Thanks budhy, I see.

Further work,
I want that in this system master could be changed so that how I can use chip select or any other solution for this!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top