Does anyone here know about the SPI.useInterrupts() function in Arduino?
I have compiled and Arduino Project for ESP32 in Visual Studio using the Visual GDB.
I note the function SPI.useInterrupts() is not available and think it might be related to the hardware target.
Is this function to prevent issue when SPI tries to do a transaction when an interrupt is in process (like a Mutex function)? and, if so, is it not required for ESP32 target because the
ESP32 SPI is thread safe or something? (ie. I can simply comment out the line of code for this function and code should still run ok)
Thanks
-
This topic was modified 3 years, 5 months ago by support.