We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33953f5 + 3ec69c4 commit b4e3536Copy full SHA for b4e3536
host/port/spi_hd_wrapper.c
@@ -34,8 +34,8 @@
34
35
#ifdef CONFIG_IDF_TARGET_ESP32P4
36
#include "esp_cache.h"
37
-/* Workaround for caching issues currently found for SPI */
38
-#define SPI_WORKAROUND (1)
+/* Enable workaround if got SPI Read Errors on ESP32-P4 due to caching */
+#define SPI_WORKAROUND (0)
39
#else
40
#define SPI_WORKAROUND (0)
41
#endif
host/port/spi_wrapper.c
@@ -24,8 +24,8 @@
24
#include "driver/gpio.h"
25
26
27
-/* Workaround for caching issues currently found for SPI on ESP32-P4 */
28
29
30
31
0 commit comments