Roi Bachynskyi 547a52103b lpc55: added lpc55-core0 feature
Co-authored-by: Irina Chiorean <chioreanirina2005@gmail.com>
2025-09-12 11:43:59 +03:00
..
2025-08-12 08:49:49 +03:00
2025-09-12 11:43:59 +03:00
2025-08-04 12:58:41 +03:00

LPC55S69 Examples

Available examples:

  • blinky_nop: Blink the integrated RED LED using nops as delay. Useful for flashing simple and known-good software on board.
  • button_executor: Turn on/off an LED by pressing the USER button. Demonstrates how to use the PINT and GPIO drivers.
  • blinky_embassy_time: Blink the integrated RED LED using embassy-time. Demonstrates how to use the time-driver that uses RTC.

Important Notes

On 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.

When 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.