From d6e9b188c71131cf0745b3b25d033a5e16db886e Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 1 Mar 2017 23:30:59 +0000 Subject: i2c-master: working on l1 too. Needs retest on f4. then ready to move to new hardware --- tests/i2c-master/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/i2c-master/README.md') diff --git a/tests/i2c-master/README.md b/tests/i2c-master/README.md index 1eb832f..3295328 100644 --- a/tests/i2c-master/README.md +++ b/tests/i2c-master/README.md @@ -18,9 +18,13 @@ Pinouts: (External PullUps REQUIRED!) board SCLK SDA i2cperiph trigger f4-disco PB8 PB9 i2c1 PB13 +l1-disco PB8 PB9 i2c1 PB13 Notes for monitoring with sigrok: $ sigrok-cli -d fx2lafw -C D0=SDA,D1=SCL,D2=Trig -c samplerate=4Mhz:captureratio=4 --time=150ms -t Trig=r -o cap2.cli.sr # Then open the .sr file in pulseview. something's wrong with decoding # directly from the cli! + +# or.... +$ sigrok-cli -d fx2lafw -C D0=SDA,D1=SCL,D2=Trig -c samplerate=4Mhz:captureratio=4 --time=150ms -t Trig=r -P i2c:scl=SCL:sda=SDA -- cgit