X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=inc%2FMSP430FR5738.inc;fp=inc%2FMSP430FR5738.inc;h=ec4d46c7d151bcf822f86bd1ab77b1d5e5bfe042;hb=ba4ffdb34da57d57af07bf87f39f2327923df858;hp=472214c03c3e97147d0f4d6dc3e08620318c3d67;hpb=7d16d11db2b0d843c0adfdb7b1474fa82e9cdcfc;p=fast-forth%2Fmaster.git diff --git a/inc/MSP430FR5738.inc b/inc/MSP430FR5738.inc index 472214c..ec4d46c 100644 --- a/inc/MSP430FR5738.inc +++ b/inc/MSP430FR5738.inc @@ -195,6 +195,8 @@ DIVM_32 .equ 0005h ; MCLK Source Divider 0 ; ---------------------------------------------------------------------- ; POWER ON RESET AND INITIALIZATION : SYS REGISTERS ; ---------------------------------------------------------------------- +SYSUNIV .equ SYS_SFR + 001Ah +SYSSNIV .equ SYS_SFR + 001Ch SYSRSTIV .equ SYS_SFR + 001Eh ; ---------------------------------------------------------------------- @@ -268,22 +270,6 @@ RXD .equ 2 ; P2.1 = RX BUS_TERM .equ 3 .ENDIF -WIPE_IN .equ P2IN -IO_WIPE .equ 1 ; P2.0 = TX + FORTH Deep_RST pin - - .IFDEF TERMINAL4WIRES -; RTS output is wired to the CTS input of UART2USB bridge -; configure RTS as output high to disable RX TERM during start FORTH -HANDSHAKOUT .equ P2OUT -HANDSHAKIN .equ P2IN -RTS .equ 4 ; P2.2 - .IFDEF TERMINAL5WIRES -; CTS input must be wired to the RTS output of UART2USB bridge -; configure CTS as input low (true) to avoid lock when CTS is not wired -CTS .equ 8 ; P2.3 - .ENDIF - .ENDIF - SD_CDIN .equ P2IN SD_CSOUT .equ P2OUT SD_CSDIR .equ P2DIR