Dániel Buga
Dániel Buga
What happens if you leave the initial value at 0, but remove the write check from L507?
I think I have made a bad assumption [here](https://github.com/probe-rs/probe-rs/blob/d418d16b4ccbc75a54054d0d17437f4687f1fd59/probe-rs/src/probe/common.rs#L615). I believe this condition, which was meant to be an optimisation, is not compatible with the ARM IR commands. This `if`...
Also, slightly offtopic but loosely related to configuration: I found that `components/esp_wifi/Kconfig` contains the descriptions of the various options. We might indicate this somehow either by linking to the file...
I _almost_ forgot this. I wanted to write an SPI driver based on PARL_IO but never got to it. I think such additions would be ideal in one or more...
> Is there an easy way to directly flash an app to the RAM instead of programing the NVM not yet. we can download to ram, but we can't boot...
> Is the boot from RAM planned as a feature in the next time? It's not on my radar. I personally haven't look into what's needed yet. I know that...
Could you please run the same command with `RUST_LOG="probe_rs::probe::cmsisdap=trace"`, and selecting the CMSIS-DAP option from the list? It might give us some hints as to what's happening.
Can you please re-do this test with https://github.com/probe-rs/probe-rs/pull/2775 ?
To work around that issue, there was https://github.com/probe-rs/probe-rs/pull/2578
I have a J-Link EDU (hardware version 11) that seems to just work, on windows 11, as a CMSIS-DAP probe. probe-rs is able to work with it as a CMSIS-DAP...