SCOPE Solution

THRESHOLD CLIP

SCOPE ACT 4

In-game screenshot of THRESHOLD CLIP
In-game view
FamilySCOPE Graph0.653 Difficulty0.653 Ring04 IDsc_a4_07_threshold_clip
Reference firmware sc_a4_07_threshold_clip locked
Par power255 Par lines11 Par chips1

Objective

The wave climbs to a ceiling, holds high once, then resets.

Board Data

  • Window: 64
  • Pins: p0 OUT
  • Channels: p0 ANALOG label=CH1_p0_DAC
  • Peripherals: DAC data=p0 label=DAC_p0
Firmware Solution
top:
      mov  r0, 0
loop:
      out  p0, r0
      slp  1
      add  r0, 16
      cmp  r0, 160
      jl   loop
      out  p0, 255
      slp  4
      jmp  top
Board Definition
# THRESHOLD CLIP. ACT 4. SCOPE waveform board.
# TITLE THRESHOLD CLIP
# OBJECTIVE The wave climbs to a ceiling, holds high once, then resets.
ID sc_a4_07_threshold_clip
WINDOW 64
DIR p0 OUT
PERIPH DAC data=p0 label=DAC_p0
CHAN p0 ANALOG label=CH1_p0_DAC
PAR power=255 lines=11 chips=1