Altera_Forum
Honored Contributor
19 years agowhy the 3wire-spi-master have 4pins?
// the_spi_master
.MISO_to_the_spi_master(), .MOSI_from_the_spi_master(SPI_SDIO), .SCLK_from_the_spi_master(SPI_SCLK), .SS_n_from_the_spi_master(SPI_SS), ////---------------------------------------------------- intput MISO_from_the_spi_master; output MOSI_to_the_spi_master; output SCLK_to_the_spi_master; output SS_n_to_the_spi_master; do you have catch the case ? how to resolve it ?! thx