Dániel Buga

Results 578 comments of Dániel Buga

definitely, thanks for that. will think of something

I tried making this work on the S2 and S3 but the interrupt doesn't seem to fire for oneshot reads. I can just implement faking it by waking the task...

As we have a nRF51822_xxAA in our automated tester that works no problem, there are a few options: - maybe the probe is too old and is somehow incompatible with...

My suspicion here is that our j-link driver has some issues with your quite ancient probe, most likely [this line](https://github.com/probe-rs/probe-rs/blob/5ea7759f2fcec66b7166b0c36c86715a4322a00f/probe-rs/src/probe/jlink/mod.rs#L243). Can I ask you to paste the output of `RUST_LOG=probe_rs::probe::jlink=debug...

Please try this PR: https://github.com/probe-rs/probe-rs/pull/2674

I managed to source an nRF51 devkit (nrf52422) and it works without an issue. Can you tell us more about your hardware? What exact nRF chip do you use, down...

Thanks, I've ordered one of these probes. Provided I get one with the same firmware, I can look into this.

I think the `94 fe ff ff ff ff 00` response in your wireshark trace is nonsense. It's as though your device didn't recognise that we're talking to it. The...

How about https://github.com/probe-rs/probe-rs/pull/2732?

Well at least we took a step. I'll continue investigating once the probe reaches me - it might take some time, sorry about that.