GithubHelp home page GithubHelp logo

Comments (11)

hkpeprah avatar hkpeprah commented on June 2, 2024

This doesn't seem to be a secured issue. WindowsError generally indicates a Windows system call error. This could be related to what is being fixed by PR #25, so I'd give that a go. If not, I'd check to see if your system has weird permissions.

from pylink.

ltbkey avatar ltbkey commented on June 2, 2024

Thank you for your reply!
I have checked PR #25, and tested the new library.py, it did not work because my python version is on win32. My script "jlink_flash.py" should find the "JlinkARM.dll", is that right? Thank you again!

from pylink.

ltbkey avatar ltbkey commented on June 2, 2024

Hi @hkpeprah ,
I made more tests. JLink_x64.dll does not affect the connection between jlink and device. I deleted "JLink_x64.dll" in JLink_v620, J-Flash and J-Link commander work correctly: connecting, securing, reading, programming. So the issue just is that "jlink.py" can't connect device if the device had been secured.
One more test, if a device had been secured, I used J-Link commander to connect the device, connected successfully, and the device was erased too. Then "jlink.py" worked correctly.
Thanks!

from pylink.

hkpeprah avatar hkpeprah commented on June 2, 2024

We currently have not implemented an unlock method for the STM32 in PyLink FWIW.

from pylink.

sstallion avatar sstallion commented on June 2, 2024

from pylink.

hkpeprah avatar hkpeprah commented on June 2, 2024

Nope. The SDK has no unlock method. The one that exists for Kinetis is based on Freescale's specification.

from pylink.

sstallion avatar sstallion commented on June 2, 2024

from pylink.

hkpeprah avatar hkpeprah commented on June 2, 2024

Maybe. But I imagine that there's a spec out there that we can follow. And OpenOCD probably has something as well that we could look at (I did this for the Kinetis one as well), though the first step would be getting a board.

from pylink.

sstallion avatar sstallion commented on June 2, 2024

I might take a look at it if I can find the time. I do have an STM32F207 board handy I can test with.

from pylink.

ltbkey avatar ltbkey commented on June 2, 2024

Thank you both! @hkpeprah, @sstallion
Looking forward a good news.
It doesn't matter that chip is erased after the connection. Thank you again.

from pylink.

Moral-ecomo avatar Moral-ecomo commented on June 2, 2024

Hi:
I just fix this problem, the remove need two steps:
1、modify the pylink source code
2、

def unsecure_device_hook(title, msg, flags):
    return pylink.enums.JLinkFlags.DLG_BUTTON_YES

...
jlink = pylink.JLink(unsecure_hook=unsecure_device_hook)
...

from pylink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.