This is a minimal application to demonstrate how to generate a bare metal application using Rust on the nRF52833 dev-kit
$ git clone https://github.com/sbourdelin/nrf52833-rust.git
$ cargo build
$ cargo objcopy -- -O ihex app.hex
I'm using the nrfjprog
$ nrfjprog -f nrf52 --program app.hex --chiperase --verify
$ nrfjprog -f nrf52 --reset
Push the button 1 to trigger the led 1