-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Hi, I'm trying the various examples for the flash features of the Uno R4 but a recursive compilation error is as follows:
undefined reference to `BlockDevice::get_default_instance()'
The problem is caused by the lack of the right tag for the architecture in the BlockDevice file.cpp :
#ifdef ARDUINO_PORTENTA_C33 |
by correcting and putting adding the right platform macro for example ARDUINO_UNOR4_MINIMA
, the problem moves to compiling and defining parts of the QSPIFlashBlockDevice
library.
Is this a known problem? I can't use the flash features of the board.
I use the last core 1.0.1 for Arduino Uno R4.
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project