pylink
pylink copied to clipboard
Python Library for device debugging/programming via J-Link
i use jlink.JLink.erase() in my project but i found it is useless by reading memory.why is that?
Is delay after halt required for all targets? https://github.com/square/pylink/blob/master/pylink/jlink.py#L2131
Hello, I'm trying to control the GPIOs on the JLink but noticed that JLINK_EMU_GPIO_SetState has been obsoleted in the SDK which makes jlink.gpio_set()'s implementation obsolete as well. As a workaround,...
Hello, I have several target MCUs in different devices I am working on. The pylink library is working great with STM32F401 cores, but I am having problems with an NXP...
I have found small issue, When I use flash_file function or bigger buffer and next flash function with small buffer contents of the old buffer are still programmed. jtag_flush() don't...
## Description The [CLA](https://spreadsheets.google.com/spreadsheet/viewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1) must be signed by all contributors. Should probably have it automatically appear when pull requests are opened so that users have to sign it, or add...
I would like to see the high speed data interface HSS in the pylink library. I have seen that there are some preparations of standard calls of HSS in library.py....
- Maximum JTAG speed (MAX_JTAG_SPEED) is defined and this definition is used for any used interface (JTAG or SWD) instead of having it separated or having one universal interface speed...
## Description We create a temporary file that is a copy of the library when we instantiate a `Library` instance. This is necessary to avoid a bug in the software...
Hello, I'm trying to use PyLink with JLink and NXP QN9080 MCU. Apparently I can connect (my dev board has a LED that turns on when connected to JLink), but...