Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Nothing really worked for me, so I ended up making all my script calls asynchronous and its up to user to decide what to do.

  • Quote from SEGGER - Nino: “Regarding 3: This will only work with the J-Link SDK in this context as the setting of the exec is only saved during the active session. So your suppress setting will not survive multiple instances. However we always recommend using the latest FW. To achieve the same behaviour as on macOS and Linux we recommend using the exec command "SilentUpdateFW". ” Looks like "SilentUpdateFW" has no effect at all. on MacOS, JLink Commander doesn't try to update an old fw. on Windo…

  • Hi, I am making an automated script for testing devices using JLink Commander, but having hard time with unwanted dialogs on win. Issue 1: First I need to check whether emulator and board are connected to my laptop. I do this by running JLink periodically every few seconds with command file: Source Code (3 lines)On macOS, everything works fine. If there is no emulator connected, it returns error. Otherwise it returns board status, so I parse it and check value of VTref. But on windows it works d…