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
Stock example, or just anything that tries to compile it
What happened ?
Getting this error while compiling:
/Users/nv/Documents/Arduino/libraries/Adafruit_SPIFlash/src/qspi/Adafruit_FlashTransport_QSPI_NRF.cpp: In member function 'virtual void Adafruit_FlashTransport_QSPI::begin()':
/Users/nv/Documents/Arduino/libraries/Adafruit_SPIFlash/src/qspi/Adafruit_FlashTransport_QSPI_NRF.cpp:79:35: error: 'g_ADigitalPinMap' was not declared in this scope
.sck_pin = (uint8_t)g_ADigitalPinMap[_sck],
^~~~~~~~~~~~~~~~
How to reproduce ?
Simply compile for Arduino Nano 33 BLE
Debug Log as attached txt file
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
I'm seeing the same issue with the Seeed XIAO NRF52840 mbed-enabled board (board package version 2.9.2 ) using Adafruit_SPIFlash 5.0.0 with Arduino IDE 2.3.3 on Mac OS Sonoma 14.6.1:
/Users/bjorn/projects/Arduino/libraries/Adafruit_SPIFlash/src/qspi/Adafruit_FlashTransport_QSPI_NRF.cpp: In member function 'virtual void Adafruit_FlashTransport_QSPI::begin()':
/Users/bjorn/projects/Arduino/libraries/Adafruit_SPIFlash/src/qspi/Adafruit_FlashTransport_QSPI_NRF.cpp:79:35: error: 'g_ADigitalPinMap' was not declared in this scope
.sck_pin = (uint8_t)g_ADigitalPinMap[_sck],
^~~~~~~~~~~~~~~~
Operating System
MacOS
IDE version
Arduino IDE 2.2.1
Board
Arduino Nano 33 BLE
BSP version
4.0.10
SPIFlash Library version
4.3.4
Sketch as attached file if not stock example
Stock example, or just anything that tries to compile it
What happened ?
Getting this error while compiling:
How to reproduce ?
Simply compile for Arduino Nano 33 BLE
Debug Log as attached txt file
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: