aboutsummaryrefslogtreecommitdiff
path: root/examples/lpc55s69/README.md
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-08-06 05:43:58 +0000
committerGitHub <[email protected]>2025-08-06 05:43:58 +0000
commit3a197df07c14873a52e42394ef350152eef60a41 (patch)
tree55817c094aea9b9ea7a20faeb6824c7142981296 /examples/lpc55s69/README.md
parentfcccbc85fbfabb29604381fc6bfb61c660098559 (diff)
parent517714c98e4b5dc4c7ee844527f5d33fdc342125 (diff)
Merge pull request #4459 from IrinaCh524/feat/lpc55-time-driver
feat: add RTC time driver
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