From cfe847f7f35411945060cd5c6af919ba0ee0dd1b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 5 Apr 2017 21:30:42 +0000 Subject: i2c: fix uart notes for f0 --- tests/i2c-master/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/i2c-master/README.md b/tests/i2c-master/README.md index 6e59374..9ebb3c5 100644 --- a/tests/i2c-master/README.md +++ b/tests/i2c-master/README.md @@ -12,14 +12,14 @@ the "trigger" pin is bounced when each iteration of the test code starts, allowing synchronization with a sigrok script that helps assure that results are as expected. -Debug is via SWO wherever possible, PA2 (tx only) on less capable cores +Debug is via SWO wherever possible, uart (tx only) on less capable cores Pinouts: (External PullUps REQUIRED!) -board SCLK SDA i2cperiph trigger +board SCLK SDA i2cperiph trigger uart f4-disco PB8 PB9 i2c1 PB13 l1-disco PB8 PB9 i2c1 PB13 -f072-disco PB8 PB9 i2c1 PB12 +f072-disco PB8 PB9 i2c1 PB12 PA9! Notes for monitoring with sigrok: -- cgit