; ---------------------------------------------------------------------------
; start_cmx.cmm
; ---------------------------------------------------------------------------
  PMACRO.EXPLICIT

; ---------------------------------------------------------------------------

  ; Reset CM0+ and CM4, attach to both
  ;InterCom ALL SYStem.Down

  ; disable reset vector catch
  InterCom ALL TrOnchip.Set CORERESET OFF

  ; reset targetsystem
  SYStem.Up
  DO prepare_system.cmm

  ; start targetsystem
  Go.direct

  InterCom M4 SYStem.Attach

  ENDDO


