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.

  • Using Jlink.exe with a script file ('Program.jlink') to program STM32F051C8s, first 3 lines of the script file are: device STM32F051C8 SWDSelect 2000 If I paste these into the Jlink window opened with the shortcut on the desktop, it works and selects the interface and speed correctly, if I run the script file, it stops right after the device line and prompts for interface. This worked correctly without the 2nd and 3rd lines with older versions of jlink.exe. Is there a way to get this script to w…

  • News on this issue

    gusg - - J-Link/Flasher related

    Post

    Any news on resolution to this issue?

  • I am trying to set up a script for Jlink Commander to program STM32F051 parts. The script I have been using is: device STM32F051C8 r h erase Sleep 1000 r h loadfile "lccomp.hex" Sleep 1000 r g Sleep 1000 qc When it encounters a device that has already had read protection enabled, it brings up the 'Active read protected STM32 device detected' dialog box. Clicking 'Yes' in the dialog does correctly erase the whole part, however nothing beyond that point in the script works. Running the script one …