Re: [sigrok-devel] deconding SPI using command line

2023-05-10 Thread Marc via sigrok-devel
Hi Massimiliano, If you run your command with -l 4 option you should see the output like the following. I think that can work for your use case to identify MOSI and MISO lines. sigrok-cli -i mx25l1605d_probe.sr -P spi:wordsize=8:cs=CS\#:clk=SCLK:mosi=MOSI:miso=MISO -A spi=miso-transfer:mosi-t

[sigrok-devel] deconding SPI using command line

2023-05-10 Thread Massimiliano Cialdi
Hello, I apologize for the duplicate message, the subject was missing in the previous message I need to decode SPI from a .sr file on command line. I use this command line: sigrok-cli -i test.sr -P spi:wordsize=8:cs=2:clk=0:mosi=1:miso=3 -A spi=miso-transfer,mosi-transfer and I get an output l