Commit MetaInfo

Revision7d16d11db2b0d843c0adfdb7b1474fa82e9cdcfc (tree)
Time2022-08-18 15:48:55
Authorjean-michel-thoorens <jeanmichel.thoorens@gmai...>
Commiterjean-michel-thoorens

Log Message

V4.0, the last, bis...

Change Summary

Incremental Difference

--- a/MSP430-FORTH/UARTI2CS.f
+++ b/MSP430-FORTH/UARTI2CS.f
@@ -66,7 +66,7 @@
6666 \ =============================================================================================
6767 \ don't forget to set the jumper Txy.z <--> Px.y
6868 \ =============================================================================================
69-\ don't forget to remove the jumpers SBWTCK & SBWTDIO from the USB unpowered launchpad if any
69+\ don't forget to remove the jumpers SBWTCK & SBWTDIO from the unpowered launchpad if any
7070 \ =============================================================================================
7171 \
7272 \ empiric value of I2C pullup resistors: R (k) = 8 Vcc / MCLK (MHz). ex. VCC = 3.3, MCLK = 24 MHz ==> R = 1k1
@@ -745,7 +745,7 @@ FW2 \ single use forward label \ <──────── if Nack
745745 ." Connect to I2C_SLAVE at @" \
746746 . 'BS' EMIT \ display number without space after
747747 ." , TERATERM(Alt-B) " \
748- ." or I2C_MASTER(S2) to quit..." \
748+ ." or I2C_MASTER(RST) to quit..." \
749749 HI2LO \ FORTH switch to ASSEMBLER
750750 MOV @RSP+,IP \ restore IP
751751 BEGIN \
--- a/inc/MSP430FRxxxx.pat
+++ b/inc/MSP430FRxxxx.pat
@@ -121,6 +121,7 @@ I2C_CTRL=KEY\+\$0A; used as is: MOV.B #<CTRL_CHAR>,Y
121121 \#BACKGRND=\#ACCEPT\+\$1C; MOV #BACKGRND,PC
122122 \#STOP_APP=\&SYS\+2; CALL #STOP_APP
123123 \#TOS2WARM=\#SYS\+\$0E; CALL #TOS2WARM WARM with TOS value
124+\#WARM_IP_ADR=\#SYS\+\$12; MOV #WARM_IP_ADR,IP
124125 \#TOS2COLD=\#SYS\+\$14; CALL #TOS2COLD COLD with TOS value
125126 INTERPRET=\\+\$08; address used in CORE_ANS.f
126127 \#ABORT=\#ALLOT\+\$08; MOV #ABORT,PC used in CORE_ANS.f
Show on old repository browser