You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the SPI_Slave_RXTX_1_0 will hang. I have a mega2560 providing the clk and then connected the MOSI and MISO with each other. There was no problem in this setup. However when the MOSI and MISO are connected to the Mega2560 SPI interrupt will hang.
Including a pinMode(MOSI, HIGH) in the setup will solve this hang and the slave will receive data, no data will be received by the master, all values are 0.
The text was updated successfully, but these errors were encountered:
Running the SPI_Slave_RXTX_1_0 will hang. I have a mega2560 providing the clk and then connected the MOSI and MISO with each other. There was no problem in this setup. However when the MOSI and MISO are connected to the Mega2560 SPI interrupt will hang.
Including a pinMode(MOSI, HIGH) in the setup will solve this hang and the slave will receive data, no data will be received by the master, all values are 0.
The text was updated successfully, but these errors were encountered: