Skip to content

QSPIFBlockDevice with Arduino Nano 33 BLE #646

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

Closed
MatthewMong opened this issue Mar 21, 2023 · 1 comment
Closed

QSPIFBlockDevice with Arduino Nano 33 BLE #646

MatthewMong opened this issue Mar 21, 2023 · 1 comment

Comments

@MatthewMong
Copy link

I have followed the instructions in #377 to compile mbed for use with a W25Q16JVSSIQ, however when I initiate the QSPIFBlockDevice with the init call I get error -4002, I've checked my wiring and confirmed I have the right pins set in the json file.

@facchinm
Copy link
Member

Hi @MatthewMong , the issue is likely due to some missing quirk for that particular flash in mbed-os https://github.com/ARMmbed/mbed-os/blob/b3a5d6a473380e78e3db49890082879d0ef6b6a3/storage/blockdevice/COMPONENT_QSPIF/source/QSPIFBlockDevice.cpp#L1068C23-L1068C44 . Sometimes vendor change the way to enable Quad mode so that file should be updated accordingly. Nothing we can do about it in this repo, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants