Skip to content

undefined reference to `BlockDevice::get_default_instance()' and other problems with flash examples #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mirkopac opened this issue Jun 27, 2023 · 0 comments
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@mirkopac
Copy link

mirkopac commented Jun 27, 2023

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 :

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.

maidnl pushed a commit that referenced this issue Jul 4, 2023
Fix: Unnecessary long delay between consecutive transfers and timeout handling.
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Aug 8, 2023
cristidragomir97 pushed a commit to cristidragomir97/ArduinoCore-renesas that referenced this issue May 20, 2024
Fix: Unnecessary long delay between consecutive transfers and timeout handling.
Former-commit-id: bf6e0d5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants