Robin Mueller
Robin Mueller
Does not work. It runs through that path at L507 though, and I can see that the idle cycles are incremented by two. I can also see that the transfers...
Any other ideas? I think not much is missing to make this work for the VA108xx family :)
Just one idea (please tell me if any or all of those assumptions are wrong): The register is in auto-increment mode for AP accesses. Could it be that those registers...
Doesn't the first transfer complete eventually after receiving a wait response? I've read the WAIT segment at https://developer.arm.com/documentation/ddi0413/c/debug-access-port/jtag-dp/dr-scan-chain-and-dr-registers which also recommend retrying the transfer , so the implementation definitely looks...
What would be the name of the YAML config key to specify the TAP to use? (even if it is not supported yet). Then I could already add it to...
Small followup: Is there an easy way to directly flash an app to the RAM instead of programing the NVM, similarly to how flashing with the J-Link works? I'd be...
To be honest, after some more work with the MCU, booting an app from RAM would probably be the most important way to develop applications for that chip. At some...
I will open up a new issue to track this. See https://github.com/probe-rs/probe-rs/issues/2658
The RAM flashed image unfortunately seems to have the same weird behaviour as the NVM flashed one. I still think the RAM flash/boot is a useful feature though. I guess...
Ah okay. I wonder if this is related to the issues..