pylink icon indicating copy to clipboard operation
pylink copied to clipboard

Python Library for device debugging/programming via J-Link

Results 94 pylink issues
Sort by recently updated
recently updated
newest added

I'm facing to a strange behaviour regarding the ```memory_read32``` function. When I read data from a big endian target ([tms570lc4357zwt](https://www.ti.com/product/TMS570LC4357?utm_source=google&utm_medium=cpc&utm_campaign=epd-null-null-gpn_en-cpc-pf-google-eu&utm_content=tms570lc4357&ds_k=%257b_dssearchterm%257d&DCM=yes&gclid=CjwKCAjw1cX0BRBmEiwAy9tKHnrDxBQFeXmph9axT7CaFe5yc_5ppIsMtHVnhrL9rU1s9CQUDyLIexoCYawQAvD_BwE&gclsrc=aw.ds)), the resulting values returned from pylink are returned as big...

The _psutil_ package uses a C extension and therefore cannot be loaded from inside a zip[1]. _pylink_ uses only a single function from _psutil_ which can be easily replaced. If...

very sorry for interrupting you. can you tell me how to download the elf file? i can't use the flash() or flash_file() to download the elf file.

I am unable to connect to my device... JFlash.exe is working perfectly but when I try to run commant jlink.connect('STM32H743VI') I get the Segmentation fault error.

The script stop working when calling DLL function ```JLINK_GetMemZones``` (invoked inside ```num_memory_zones```), a segmentation fault is raised. some informations on the setup: - OS: MacOS Mojave 10.14.6 - DLL: version...

I'm not sure if it would be possible, but it would be great to be able to open a device over the Segger's remote server using the **name**/**serial number** and...

num_supported_devices() call inconnect adds > 100 ms test time each call. If we are not using lock/unlock can we add flag argument to skip? https://github.com/square/pylink/blob/master/pylink/jlink.py#L933

enhancement
help wanted
beginner

I can establish device ATSAMD20E18 as my device, but not ATSAMD20E18A. Using JLink Commander, either device appears to be acceptable.

I want to use the library to log and plot some data. When using the RTT viewer, I have to specify the exact address of the RTT control block (address...

bug
good first issue

I use pylink on a Ubuntu 18 64bit and an R7FS7G27H (Renesas Synergy) core via the integrated USB debug interface of the Synergy device. Everything works fine except a problem...