From a6af10b2d68188dcbb6d60ee836575a36a3388c2 Mon Sep 17 00:00:00 2001 From: Michael Huebler Date: Fri, 11 Nov 2022 18:08:26 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3650e24 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# pico-picoemp-test-target + +With this simple program, a Raspberry Pi Pico (RP2040) can be used as a test target for an EMFI (Electromagnetic Fault Injection) tool like the PicoEMP. + +Initially the Raspberry Pi Pico's LED will blink slowly. + +You can then test your EMFI tool on the RP2040, e.g. in the "pin 1" corner that's marked with a dot. + +* If fault injection is successful, the LED will blink faster. +* If fault injection causes the RP20240 to hang, the LED will permanently stay on or off. + +After the test, just power cycle the Pi Pico.