Ford Peprah

Results 177 comments of Ford Peprah

I don't think I have used `swo_read_stimulus()`; the example application is for use with `swo_read()`.

The SWD example is for cases where you are using SWD in your target to write data when a debugger is attached. Your firmware must be using SWD debug, and...

It seems like there is a specific error code, so this seems easy enough to do: https://github.com/square/pylink/blob/master/pylink/enums.py#L66C32-L66C44 You're welcome to create a patch to add it in, otherwise I will...

I started looking at this today, and I'm seeing that the result is `Unspecified Error` when this happens during `connect(https://pylink.readthedocs.io/en/latest/troubleshooting.html#unspecified-error-during-connect)`, which can mean different things (see [here]()). Was there a...

Online it says that that product is legacy, and no longer supported, so I wouldn't bet on support being present or not breaking in the future. Could try though.

I imagine we could parse what is after the `?`, though I think we would have to make sure that no device name contains a query string. Something like: ```...

There is no PR yet that adds this support, unfortunately.

Sorry, I do not know what that error code is. The logs are usually a better descriptor, so if you don't have logging enabled, then I would enable it: ```...

I think you can use RTT and GDB at the same time. It's possible that detaching from GDB server is sending some command that interrupts the debugger when you're reading...