jaxter184
jaxter184
If I do fix this pull request, I'll probably do it by reimplementing it from scratch.
> did you read these application notes on their debug interface locking and security? I haven't seen these yet! I'll give them a look, thanks. Some sort of security memory...
I finally got around to getting a debug trace: ``` Thread 1 "probe-rs" hit Breakpoint 4, probe_rs::probe::jlink::arm::parse_swd_response ( response=&[bool](size=56) = {...}, direction=probe_rs::probe::jlink::arm::TransferDirection::Read) at probe-rs/src/probe/jlink/arm.rs:795 795 return Err(DapError::FaultResponse); (gdb) bt #0...
Ah, sorry, thanks for the reminder; I'll try to do it first thing tomorrow
> Interesting would be the logs with `RUST_LOG=debug` When you say "logs" here, do you mean the stdout? Here is the output: [stdout.log](https://github.com/probe-rs/probe-rs/files/12730189/stdout.log), but it seems to be more or...
I'm unfortunately not totally certain, but I *think* I disturbed something by flashing the chip using Simplicity Commander. Rather than give the errors from before, it now times out before...
Is there anything else I need to do to get this merged?
`Failed during stage 'building site': Deploy directory 'public' does not exist` I'm not sure what this means
also works for me on android 7.1.1
If this is a hack, should the `i2c_find_address` example be removed/replaced?