This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
TAS2563EVM provides the option to use external I2C and SPI input aside from the default USB control. This post list some of the common configuration for external I2C and SPI communication as a quick reference. Note that each step listed instructions for two different setup: For TAS2563EVM and For Device Pin.
I2C Mode Setup (NOT via USB):
Step 1:
Step 2:
Step 3:
I2C Command Syntax:
Interface Syntax: I [interface]
Register Write Syntax: w [I2C Address] [Register] [Data]
Register Read Syntax: r [I2C Address] [Register] [Read Amount]
Delay Syntax: d [delay time]
Breakpoint Syntax: b [“String”]
Wait for Flag Syntax: f [I2C Address] [Register] [Data]
Example:
w 98 00 00 #enter page 0 w 98 7f 00 #enter book 0 r 98 02 01 #read pwr_ctrl reg w 98 02 01 #write pwr_ctrl reg to mute device d 1 #Delay for 1mS w 98 00 00 #enter page 0 w 98 7f 00 #enter book 0 r 98 7e 01 #read checksum
SPI Mode Setup:
Step 1:
Terminals conventional naming:
SCL_SELZ -> SS
ADDR_SPICLK -> SCLK
SPII2CZ_MISO -> MISO
SDA_MOSI -> MOSI