Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 3e0fa1e

Browse files
committed
README: Note that waiting 10 seconds also reads secret
We recently implemented the automatic reading of the secret after 10 seconds elapse. Update the README to reflect this recent change.
1 parent d4e7cf6 commit 3e0fa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ On OS X [st-flash](https://github.com/texane/stlink) is available via `brew inst
5656

5757
Hit the reset button after flashing to start program execution. The application starts running right after you reset the processor. When the blue (K64F) or green (STM32F4) LED blinks with a 1s period, it means that the program is simply comparing the password with the challenge, the comparison is not successful and it is ready to try again.
5858

59-
If you press the on-board push-button (`SW2` on the K64F, `USER` on the STM32F4), a routine runs that tries to read the secret from the secure box. If the read is successful the same LED starts blinking faster (a period of 200ms). If the uVisor captures the denied access, the system halts and the red LED blinks (`PERMISSION_DENIED` error code). On the K64F do not use `SW3`, as it triggers a non-maskable interrupt, which is currently unsupported and results in a halt with a `NOT_ALLOWED` error code.
59+
If you press the on-board push-button (`SW2` on the K64F, `USER` on the STM32F4), or wait 10 seconds, a routine runs that tries to read the secret from the secure box. If the read is successful the same LED starts blinking faster (a period of 200ms). If the uVisor captures the denied access, the system halts and the red LED blinks (`PERMISSION_DENIED` error code). On the K64F do not use `SW3`, as it triggers a non-maskable interrupt, which is currently unsupported and results in a halt with a `NOT_ALLOWED` error code.
6060

6161
### Debugging
6262

0 commit comments

Comments
 (0)