\ -*- coding: utf-8 -*- ; ------------ ; DEEP_RST.f ; ------------ ; restore signatures and vectors area \ TARGET SELECTION ( = the name of \INC\target.pat file without the extension) \ MSP_EXP430FR5739 MSP_EXP430FR5969 MSP_EXP430FR5994 MSP_EXP430FR6989 \ MSP_EXP430FR2433 MSP_EXP430FR4133 MSP_EXP430FR2355 CHIPSTICK_FR2433 \ LP_MSP430FR2476 \ \ from scite editor : copy your target selection in (shift+F8) parameter 1: \ \ OR \ \ drag and drop this file onto SendSourceFileToTarget.bat \ then select your TARGET when asked. \ [UNDEFINED] ! [IF] \ https://forth-standard.org/standard/core/Store \ ! x a-addr -- store cell in memory CODE ! MOV @PSP+,0(TOS) \ 4 MOV @PSP+,TOS \ 2 MOV @IP+,PC \ 4 ENDCODE [THEN] ECHO -1 SAVE_SYSRSTIV ! COLD \ download to unlock JTAG and BSL, last chance...