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
I am trying to implement SPI communication on ESP32C3 development boards .
I managed to implement SPI communication in blocking mode, but I need it to be implemented in async mode because I have quite a lot of data to be send.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to implement SPI communication on ESP32C3 development boards .
I managed to implement SPI communication in blocking mode, but I need it to be implemented in async mode because I have quite a lot of data to be send.
This is my overlay file:
I've created a new thread
This is my spi configuration
Everything works if I call
but when I change it to
ENOTSUP error is returned.
I tried to enable SPI LOG but I received nothing that would point me to this problem.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions