User Manual
CS4360
28 DS517F2
4.9.3a SPI Write
To write to the device, follow the procedure below while adhering to the control port Switching Specifica-
tions in section 3.
1) Bring CS
low.
2) The address byte on the CDIN pin must then be 00100000.
3) Write to the memory address pointer, MAP. This byte points to the register to be written.
4) Write the desired data to the register pointed to by the MAP.
5) If the INCR bit (see section 4.9.1a) is set to 1, repeat the previous step until all the desired registers
are written, then bring CS
high.
6) If the INCR bit is set to 0 and further SPI writes to other registers are desired, it is necessary to bring
CS
high, and repeat the procedure detailed from step 1. If no further writes to other registers are de-
sired, bring CS high.
MAP
MSB
LSB
DATA
byte 1
byte n
R/W
MAP = Memory Address Pointer
ADDRESS
CHIP
CDIN
CCLK
CS
0010000
Figure 21. SPI Write