-
-
Notifications
You must be signed in to change notification settings - Fork 212
QSPIFBlockDevice.h: No such file or directory (re Raspberry Pi Pico) #489
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
Comments
Hi @Gerriko , Let me know if you have any issue with this approach! |
@facchinm Thanks, I will try this out. BTW, I did wonder why I hadn't noticed this library before for Pico so I checked the library.properties file and noticed that the architectures attribute is missing mbed_rp2040 (it has architectures=mbed,mbed_nano,mbed_nicla). Also within the mbed_rp2040/3.1.1/libraries folder there is the USBMSD folder, which is where I got the example from.... based on your comment, maybe this needs amending or removing. |
It may be worth amending USBMSD examples (since the library is perfectly supported on RP2040 "plain"). MLC library only applies to boards with ST 6 axis accelerometer onboard, so the fact that it's missing from |
This works great thanks. Here's a simple example - not sure if
|
|
Using mbed_rp2040/3.1.1
Board Variant: Raspberry Pi Pico
Have included the following libraries in my test example code (based off the AccessFlashAsUSBDisk example):
When compiling I get the following response:
Searching through the previous issues, I assume the fix will be similar to the one given in @facchinm response & clarifications. Issue number: #377
If so, please could someone confirm, especially with regard to macros (e.g. I assume NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS should not be included as nRF52840 specific) and pin numbers. Maybe some sort of guidance/instruction could be added to documentation and/or in the examples.
The text was updated successfully, but these errors were encountered: