Ford Peprah
Ford Peprah
Without a code sample, it's hard to say, but a precaution you have to take when attempting to program is that you have to ensure that the device is halted,...
Could you try to use the `coresight_*` functions instead? https://pylink.readthedocs.io/en/latest/pylink.html#pylink.jlink.JLink.coresight_configure
AFAIK, you can omit those parameters (they're optional). What have you tried?
If there are multiple cores on the JTAG chain, then you unfortunately have to use the arguments: https://pylink.readthedocs.io/en/latest/pylink.html#pylink.jlink.JLink.coresight_configure I personally haven't used an ARM device with multiple cores on a...
Sorry about the delayed response here. Can you clarify what this would be for? My understanding is that Keil is a compiler.
Ah. I think your issue is the same as this one: https://github.com/square/pylink/issues/190 You need the C2 interface, not necessarily the EFM8 specific library file.
That looks fine to me. There's no particular reason we check against the length of the list AFAIK. A patch is more than welcome if you want to author a...
Yes, please update the unit tests. I will update the `CHANGELOG` and `CONTRIBUTORS` once your patch is merged in, and I cut a new release. I don't think the return...
Ah okay. If `-1` works, then that sounds good to me.
I'm not sure I follow the renaming. What does renaming the files fix?