SN8P1829
8-Bit MCU build-in 12-bit ADC + PGIA + Charge-pump Reg 128 dots LCD driver
SONiX TECHNOLOGY CO., LTD
Page 102
Version 1.0
RISING EDGE RECEIVER MODE
Example: Slave Rx rising edge
MOV
A,# 10000110B
; Setup SIOM and enable SIO function. Rising edge.
B0MOV
SIOM,A
B0BSET
FSTART
; Start receiving SIO data.
CHK_END:
B0BTS0
FSTART
; Wait the end of SIO operation.
JMP
CHK_END
B0MOV
A,SIOB
; Save SIOB data into RXDATA buffer.
MOV
RXDATA,A
LSB
DI6
MSB
RX data
SCK3
SO
SI
DI5
DI0
DI4
Normal I/O Application
DI2
DI3
DI1
DI7
Normal I/O Application
LSB
MSB
SO
RX data
SCK4
DI3
DI2
DI7
DI6
SI
DI5
DI0
DI4
DI1
Figure 10-11. The Rising Edge Timing Diagram of Slave Receiving Operation