xedbg
xedbg
Have you tried the RC on test.pypi.org?
Ah, sorry. pip install will fetch latest by default from "production pypi" You can specify both an alternate index (like test pypi) and/or a specific version to fetch. This will...
oh - how does it fail?
Could you add in a -v info or -v debug to add logging verbosity and see if there are more breadcrumbs as to why this is failing?
Well, that one looks like it succeeds - I was thinking about the failure case...
OK, do that. Also: performance can have many factors, many of which are in the serial adapter driver. The nEDBG's CDC is not optimised for this kind of transfer at...
Hi @paulskirk53 - the other issue (https://github.com/microchip-pic-avr-tools/pymcuprog/issues/10) you posted about upload time was resolved as fixed in the 3.13 release in May. The main culprit there was the ACK turnaround...
I think there is still a fair amount of overhead with the lengthy turnarounds via python - if speed becomes a concern, its always possible to pick up any one...
Hi @nabelekt - unfortunately there is currently no way to prevent the MCU from running. A modern AVR does not always have a RESET line, and its also not known...
@nabelekt - I think we just did not consider this use-case when adding the --literal write. We can consider this as a feature-request going forward. Regarding programming 'speed' - have...