Ford Peprah

Results 177 comments of Ford Peprah

Sorry about the late response here. I think this has been raised a few times before. A workaround that some have done is sub-classing the `Library` class, and implementing their...

It could be possible that the IDE is writing to the registers necessary to configure SWO on your behalf. The example above doesn't do that on your behalf. An example...

Could this be of use? Namely the bit about the preprocessor defines in `system_nrf52.c` to enable SWO and trace. It might require re-compiling your application with the defines set. Alternatively,...

You likely need to stop the core before flashing it using: `.halt()`.

Hm, usually an error like that happens if the device isn't stopped, or if it has to be reset in a special mode (see [here](https://pylink.readthedocs.io/en/latest/troubleshooting.html#unspecified-error-during-erase) for troubleshooting ideas). If you...

No current plans, but this seems fairly straightforward. We used to release tarballs, but then switched to wheels. I think it's possible to generate both though, though it's been awhile...

Sorry, I've been neglecting this due to on-going work. Will look into this today.

Sorry it took so long, but there should now be both a tarball and wheel going forward: https://pypi.org/project/pylink-square/#files

Should be fixed in `0.13.0`: https://github.com/square/pylink/releases/tag/v0.13.0

I'm still looking at this in between other work, though I'm not sure what is going on since I see the tarball in my build. Will have to do more...