Alexis Marquet

Results 20 comments of Alexis Marquet

Both the probe and the target work when i debug them with segger software or with MCUXpresso. I glossed over #483 and i don't think this is it, neither the...

True, but i'm able to use it with vscode/cortex-debug/jlink software when it is programmed with jlink probe fw. but again, that doesn't mean that jlink doesn't just unlock the probe...

@timsifive could this issue be resolved by a specific `riscv hart_reset 0/1/n` subcommand?

same for write_memory_abstact: ``` Debug: 2162 11533 riscv-013.c:407 scan(): -> progbufsize=2 datacount=1 Debug: 2163 11533 riscv-013.c:1495 register_read_direct(): {0} dcsr = 0x40000e43 Debug: 2164 11533 riscv.c:3193 riscv_get_register_on_hart(): {0} priv: 3 Debug:...

I think the first option would make more sense, and not try to access data1 when datacount

`IOCreatePlugInInterfaceForService Error: E00002B` seems to not be related to to MCUXpresso, because it also happens with `lsusb` on macos: ``` lsusb -s 020:006 16:13:26 2021-09-07 16:14:02.176 system_profiler[84104:7052914] SPUSBDevice: IOCreatePlugInInterfaceForService failed...

found how to have MCUXpresso list hs-probe, by adding ``` 0x1209, 0x4853, 64, 1, 1, 0, 0, "", 0x0000, -1, -1 ``` to `probetable.csv` (at least in MCUXpresso 11.4.0) have...

linux aarch64 seems to be the easiest one to add, and the most usefull one since it could also be run trough docker on Macs anyway. Regarding Macos arm64, icarus,...

having the same issue, switching to GNU-ld fixed it too.

if that helps finding where this issue is coming, having a second workspace with self-tests and its own `.cargo/config.toml` that would include link.x again. Rust-lld accepts it but it fails...