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
Hi,
For some reason it broke on the last ESP32 core, Do you know what the problem is? I am trying to use your library to send 3 parralel 8 bit flux by using the QSPI (after packing the datas in a specific manner).
0x400d425c: spi_bus_free at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/driver/spi_common.c line 866
0x400d11c0: qspiBusInit at C:\xxxx\ESP32_QSPI/esp32-hal-qspi.c line 47
0x400d1309: sea_esp32_qspi::begin(sea_esp32_qspi::freq_e) at C:\xxxx\ESP32_QSPI/sea_esp32_qspi.cpp line 20
0x400d12bb: setup() at C:\Users\hoel\Downloads\ESP32_QSPI/ESP32_QSPI.ino line 7
0x400d1cca: loopTask(void*) at C:\xxxx\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3-RC1\cores\esp32\main.cpp line 42
The text was updated successfully, but these errors were encountered:
Hi,
For some reason it broke on the last ESP32 core, Do you know what the problem is? I am trying to use your library to send 3 parralel 8 bit flux by using the QSPI (after packing the datas in a specific manner).
The text was updated successfully, but these errors were encountered: