Noah Hüsser

Results 307 comments of Noah Hüsser

Does this still happen on master?

That is very sad :( Could you try with today's master? Because I currently use an onboard ST-Link v3 on my STM32H747-DISCO board very successfully and without issues. But only...

> I'm happy to stop using the J-Link because its flashing and RTT are very slow (with probe-rs). Is it still that slow with master? It should have received a...

Yeah the problem here is that the values in the romtables are not unique to one chip but family, unfortunately. This has been confirmed by the author of pyOCD who's...

This is most likely because your probe driver is outdated. Can you try updating it? :) the newest version of cargo-flash on master already shows a better hint and if...

Did you connect the physical reset line?

Yes. You always should :) And in this case in particular connect-under-reset does not work without :)

specifying the chip in the Embed.tol like you did is fine @mriise. You seem to need an entry here https://github.com/wt/probe-rs/blob/d8b986e6457c913be6300ae61832f80b86c74467/probe-rs/src/config/target.rs#L92 just like @wt said. Currently sequences are in a functional...

Pretty sure this was done with an onboard probe provided with the NXP devkit (MCU-LInk?). It is CMSIS-DAP based.

Hey, could you retry this with current master? :)