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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
If I change the include to the full path #include "x:\arduino-1.8.19\portable\packages\Seeeduino\hardware\nrf52\2.6.1\cores\arduino\mbed\storage\blockdevice\COMPONENT_QSPIF\include\QSPIF\QSPIFBlockDevice.h"
a lot of errors are shown, e.g. x:\arduino-1.8.19\portable\packages\Seeeduino\hardware\nrf52\2.6.1\cores\arduino\mbed\storage\blockdevice\COMPONENT_QSPIF\include\QSPIF\QSPIFBlockDevice.h:266:5: error: 'qspi_status_t' does not name a type; did you mean 'spi_inst_t'?
The text was updated successfully, but these errors were encountered:
I'm also trying to run this example but getting this error: Compilation error: 'QSPI_FLASH1_IO0' was not declared in this scope
I'm using version 2.9.1 of the mbed ArduinoCore.
@bigbearishappy the new build you did here: arduino@9f627f6 seems to have been reverted. The latest 2.9.2 version has the headers for QSPI, but libmbed.a doesn't have the QSPI symbols. I swapped in the version from that commit last year and it fixed the problem (and probably broke other things).
flash_write_read.ino is not compiling.
QSPIFBlockDevice.h: No such file or directory
If I change the include to the full path
#include "x:\arduino-1.8.19\portable\packages\Seeeduino\hardware\nrf52\2.6.1\cores\arduino\mbed\storage\blockdevice\COMPONENT_QSPIF\include\QSPIF\QSPIFBlockDevice.h"
a lot of errors are shown, e.g.
x:\arduino-1.8.19\portable\packages\Seeeduino\hardware\nrf52\2.6.1\cores\arduino\mbed\storage\blockdevice\COMPONENT_QSPIF\include\QSPIF\QSPIFBlockDevice.h:266:5: error: 'qspi_status_t' does not name a type; did you mean 'spi_inst_t'?
The text was updated successfully, but these errors were encountered: