aboutsummaryrefslogtreecommitdiff
path: root/examples/lpc55s69/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lpc55s69/README.md')
-rw-r--r--examples/lpc55s69/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/lpc55s69/README.md b/examples/lpc55s69/README.md
new file mode 100644
index 000000000..d200f4f99
--- /dev/null
+++ b/examples/lpc55s69/README.md
@@ -0,0 +1,12 @@
1# LPC55S69 Examples
2
3## Available examples:
4- blinky_nop: Blink the integrated RED LED using nops as delay. Useful for flashing simple and known-good software on board.
5- button_executor: Turn on/off an LED by pressing the USER button. Demonstrates how to use the PINT and GPIO drivers.
6- blinky_embassy_time: Blink the integrated RED LED using `embassy-time`. Demonstrates how to use the time-driver that uses RTC.
7
8## Important Notes
9
10On older version of probe-rs, some examples (such as `blinky_embassy_time`) do not work directly after flashing and the board must be reset after flashing. It is reccomended to update the version of probe-rs to the latest one.
11
12When developing drivers for this board, probe-rs might not be able to flash the board after entering a fault. Either reset the board to clear the fault, or use NXP's proprietary software `LinkServer`/`LinkFlash` to bring the board back to a known-good state. \ No newline at end of file