Record/Monitor an SPI Conversation
I would like to record/monitor a "3rd party" SPI bus conversation.
I have a couple logic analyzers, that work fine on the bench.
But i need longer term recording, and i need to do it in an environment without a PC and as small as i can get.
And i am trying avoid having to record the raw logic transitions, and then decode the SPI later.
I looked at synchronous mode for usart for F4, and if i read thing correctly, they have to act as the master and generate the clk, and can only receive when they are transmitting (and generating the clk). There is no slave mode that uses an external clk signal during receive.
I used SPI peripherals in master mode only. I have briefly look at SPI slave mode.
I am wondering if i could setup 2 x SPI peripherals, as slaves, only connect the RX side, and listen to the 3rd party MISO/MOSI lines.
Thought i would ask the gurus here if that is possible?, am i missing something? or if there is a better way?
