When running the PWM demo on the nRF52840-dk, nothing happens. Not even the following is printed:
|
rprintln!("Press a button to start a demo"); |
I added a print statement in the init function, which seems to work. But after that, nothing happens.
I use cargo embed --release --target=thumbv7em-none-eabihf to run the example.
When running the PWM demo on the nRF52840-dk, nothing happens. Not even the following is printed:
nrf-hal/examples/pwm-demo/src/main.rs
Line 121 in 7d648ad
I added a print statement in the init function, which seems to work. But after that, nothing happens.
I use
cargo embed --release --target=thumbv7em-none-eabihfto run the example.