; --------------------------------------------------------------------------------
; @Title: Startup Script for initcs
; @Description: - 
; @Board: -
; @Keywords: 
; @Author: -
; @Copyright: (c) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only
; --------------------------------------------------------------------------------
; $Id: initcs.cmm 7493 2014-07-29 13:25:08Z hstainl $

 LOCAL &base

    &base=0x02200000

   Data.Set SPR:0x27E %Long &base

   Data.Set d:&base %Long 0x00600000

   ;TBSCR
   Data.Set &base+0x284 %Long 0x00900000

   ;TBSCR
   Data.Set &base+0x200 %Long 0x0966b0002
   ;RTCSC
   Data.Set &base+0x220 %Long 0x08a6b0002
   ;PISCR
   Data.Set &base+0x240 %Long 0x0a66b0002


   ;MPTPR
   Data.Set &base+0x17a %Word 0x0826b0002
   ;MAMR
   Data.Set &base+0x170 %Long 0x0c0a21114

   ;OR0
   Data.Set &base+0x104 %Long 0x0114

   ;BR0
   Data.Set &base+0x100 %Long 0x01

   ENDDO
