From 1766f13ad22a6a9bf4a23b9f12fa2d688b45583f Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 18 Aug 2016 12:05:29 +0000 Subject: rcc-legal-ranges: initial l1 setup Doesn't fail on my l1 disco unfortunately. (silicon rev X) Does fail on a custom board with silicon rev V --- tests/rcc-legal-ranges/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/rcc-legal-ranges/README.md (limited to 'tests/rcc-legal-ranges/README.md') diff --git a/tests/rcc-legal-ranges/README.md b/tests/rcc-legal-ranges/README.md new file mode 100644 index 0000000..2720e56 --- /dev/null +++ b/tests/rcc-legal-ranges/README.md @@ -0,0 +1,13 @@ + +Tests whether legal clock config structures can actually be used. +This primarily is testing whether the order of steps taken for +turning on and selecting different clocks, power ranges and flash +wait state configuration are robust enough. + +## PASSING +The board should issue a series of blinks at various rates before +settling on a steady rate + +## FAILING +The board stops blinking at any point in the sequence + -- cgit