Reply by Peter Dickerson January 17, 20082008-01-17
""The fountainhead"" <saudrehman@gmail.com> wrote in message 
news:1bad53d5-6a4f-451f-9ddf-971f23b5847b@q39g2000hsf.googlegroups.com...
>I want to monitor SPI Data Communication which is happening between a > master and a slave. > For this i have tapped the SI and SO lines of the bus and connected > it to a microcontroller with 2 SPI Ports. > Each SPI port is monitoring one line of the SPI Communication . > I have connected the Si/So Lines to the SI's of the controller SPI > Ports > Will this approach work?
The two lines clock on different edges so it will be necessary to set up your SPI ports that way. You don't say what you do with the clocks but they'll need to be inputs to your ports. And the chip select for initial bit sync? Peter
Reply by "The fountainhead" January 17, 20082008-01-17
I want to monitor SPI Data Communication which is happening between a
master and a slave.
For this i have tapped  the SI and SO lines of the bus and connected
it to a microcontroller with 2 SPI Ports.
Each SPI port is monitoring one line of the SPI Communication .
I have connected the Si/So Lines to the SI's of the controller SPI
Ports
Will this approach work?