SCPS311 March 2026
ADVANCE INFORMATION
SPI Write operation is used to send data from the controller device to the peripheral device. SPI write can be a single byte write as shown in Figure 7-7 or burst write as shown in Figure 7-8 where multiple bytes can be written to the device. The operation is performed over the SPI bus, where the controller device drives CS low, generates the serial clock (SCLK) and sends data to the peripheral. SPI Write is commonly used to configure peripherals, send control commands, or transfer data. During a SPI single write, the device sends the last data from the register indicated by the register pointer. On a SPI burst write, the address is automatically incremented and the device sends the last data from the updated register pointer.
SPI Write Steps