Difference between revisions of "Secured ST device detected"

From SEGGER Wiki
Jump to: navigation, search
Line 1: Line 1:
  +
The J-Link DLL / J-Flash checks the write protection on connect (e.g. when triggering read-back) and offers to perform a
The J-Link DLL supports detection of active write / read protection of STM32 devices. In case of an active protection has been detected, the DLL will show up a dialog which gives customers the opportunity to unlock the selected device. This dialog can be suppressed by checking the "Do not show this message again" check box. The selection will be saved in the registry path below:
 
  +
unlock (mass erase) if active write-protection has been detected. In this case, a message box is shown where the user can
''HKEY_CURRENT_USER -> Software -> SEGGER -> J-Link -> "DontShowAgainUnlockSTM"''.
 
  +
confirm or decline the unlock. This message box can be disabled by checking the ''Do not show this message again'' check box.
  +
The selection will be saved in the registry path below: ''HKEY_CURRENT_USER -> Software -> SEGGER -> J-Link -> "DontShowAgainUnlockSTM"''.
   
To re-enable the message box after suppressing it, can change the registry key "DontShowAgainUnlockSTM" from 1 to 0.
+
To re-enable the message box, the registry key "DontShowAgainUnlockSTM" needs to be modified from 1 to 0.

Revision as of 09:03, 24 October 2016

The J-Link DLL / J-Flash checks the write protection on connect (e.g. when triggering read-back) and offers to perform a unlock (mass erase) if active write-protection has been detected. In this case, a message box is shown where the user can confirm or decline the unlock. This message box can be disabled by checking the Do not show this message again check box. The selection will be saved in the registry path below: HKEY_CURRENT_USER -> Software -> SEGGER -> J-Link -> "DontShowAgainUnlockSTM".

To re-enable the message box, the registry key "DontShowAgainUnlockSTM" needs to be modified from 1 to 0.