@ -3512,6 +3512,11 @@ pgm_start:
mov P1, #P1_INIT
mov P1SKIP, #P1_SKIP
mov P2MDOUT, #P2_PUSHPULL
IF MCU_48MHZ == 1
; Not available on BB1
mov P2MDIN, #P2_DIGITAL
mov P2SKIP, #P2_SKIP
ENDIF
Initialize_Xbar ; Initialize the XBAR and related functionality
call switch_power_off ; Switch power off again, after initializing ports
@ -128,7 +128,9 @@ P1_SKIP EQU 0FFh
;*********************
DebugPin EQU 0 ;o
P2_DIGITAL EQU (1 SHL DebugPin)
P2_PUSHPULL EQU (1 SHL DebugPin)
P2_SKIP EQU 0FFh
;**********************
@ -131,7 +131,9 @@ P1_SKIP EQU 0FFh
@ -161,7 +161,9 @@ ENDM
@ -126,7 +126,9 @@ P1_SKIP EQU 0FFh
@ -123,7 +123,9 @@ P1_SKIP EQU 0FFh
@ -121,7 +121,9 @@ P1_SKIP EQU 0FFh
@ -124,7 +124,9 @@ P1_SKIP EQU 0FFh
@ -160,7 +160,9 @@ ENDM
@ -125,7 +125,9 @@ P1_SKIP EQU 0FFh
@ -129,7 +129,9 @@ P1_SKIP EQU 0FFh
@ -165,7 +165,9 @@ ENDM
@ -192,7 +192,9 @@ ENDM
@ -130,7 +130,9 @@ P1_SKIP EQU 0FFh