Code: Select all
spi_slave_interface_config_t slvcfg = {
.mode = 3,
.spics_io_num = GPIO_SPI2_CS,
.queue_size = 3,
.flags = 0,
.post_setup_cb = spi2_post_setup_cb,
.post_trans_cb = spi2_post_trans_cb
};
We captured the waveform through logic analyzer. Who knows why the waveform is not match configuration?