Tool/software:
Hi Team,
I capture no spi signal on spi slave side via oscilloscope.
could you please figure out the problem? Thanks a lot.
Below is the test setup:
mcu > spi master > ub947 > ub948 > spi slave
1. mcu spi output is 3.3V.
2. register configuration (after rx locked by checking ub948 register 0x1c)
ub947 side:
DSUB947_WriteBytes(0x43, 0x06) // Forward SPI channel Enabled
ub948 side:
DSUB948_WriteBytes(0x34,0x02); // PORT1_SEL
DSUB948_WriteBytes(0x1D,0x04); // GPIO0 MOSI
DSUB948_WriteBytes(0x1E,0x47); // GPIO2-GPIO1 SPCLK MISO
DSUB948_WriteBytes(0x1F,0x04); // GPIO3 SPICS
DSUB948_WriteBytes(0x43, 0x06); // Forward SPI channel Enabled