Search found 1 match

by domolatr
Sat Apr 30, 2022 6:05 am
Forum: General Discussion
Topic: Issues with SPI Slave
Replies: 2
Views: 4461

Re: Issues with SPI Slave

Update: I've managed to get the SPI transmit working! I changed the configuration CONFIG_SPI_SLAVE_IN_IRAM to enabled. From my understanding this places the transmit function (which I would assume the function responsible for handling any data to be sent over MISO if the tx_buffer of the transactio...