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

Commit 0d2d5a6

Browse files
committed
Merge pull request #57 from ARMmbed/portability-improvements-documentation
Portability improvements documentation
2 parents 9d4f1a3 + 3e0fa1e commit 0d2d5a6

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), you trigger an interrupt service routine that tries to read the secret from the (leaked) secure box context pointer. 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)