rtic/examples/nrf52840_blinky
2024-02-27 12:22:18 +01:00
..
.cargo Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00
.vscode Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00
src Make RTIC 2 work on stable by using main's stack as an allocator 2024-02-27 12:22:18 +01:00
.gitignore Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00
Cargo.lock Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00
Cargo.toml Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00
README.md Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00

nrf52840_blinky

An RTIC blinky example intended for nrf52840-dongle.

Dependencies

$ cargo install flip-link

2. probe-rs:

$ # make sure to install v0.2.0 or later
$ cargo install probe-rs --features cli

Run

The nrf52840-dongle needs to be connected to the computer via an SWD probe, like a J-Link EDU Mini.

Then, run:

cargo run --release --bin blinky_timer