aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/devices/msp430fr5969/device.asm
blob: 45c9b5ea8d75bcfd32eb5bb50a107de86f9f6ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; device specific 
.include "msp430fr5969.inc"  ; MCU-specific register equates

RAMSTART equ 1C00h
RAMEND   equ 2400h
INFOSTART  equ 01800h     ; INFO D Area
INFOEND    equ 0197fh     ; do not allow config flash to be erased
FLASHSTART equ 4400h
FLASHEND   equ 0FFFFh
MAINSEG    equ 512
INFOSEG    equ 64
INFO_SIZE  equ 128    ; bytes

.org 0FFFEh

        DC16  reset       ; FFFE - Reset