We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey Andrew, thanks for making this.
When I call getInstance, everything freezes. Any ideas on how to debug/solve this? I'm not very strong with C++ so its all a bit confusing for me.
Im essentially just trying to store a large array in PSRAM so I can write from it to the screen quickly.
Env:
platformio.ini:
[env:rpipico2] platform = https://github.com/maxgerhardt/platform-raspberrypi.git build_flags = -fexceptions board = rpipico2 board_build.core = earlephilhower framework = arduino lib_deps = SPI
The text was updated successfully, but these errors were encountered:
Hi,
I'm guessing it is something to do with Arduino, this was developed for using the pi pico sdk: https://github.com/raspberrypi/pico-sdk
Sorry, but I have absolutely no idea about using the pico in Arduino, actually its the first time I even knew it was possible!
Cheers
Andy
Sorry, something went wrong.
Incase anyone finds their way here with a similar issue: earlephilhower/arduino-pico#2790
No branches or pull requests
Hey Andrew, thanks for making this.
When I call getInstance, everything freezes. Any ideas on how to debug/solve this? I'm not very strong with C++ so its all a bit confusing for me.
Im essentially just trying to store a large array in PSRAM so I can write from it to the screen quickly.
Env:
platformio.ini:
The text was updated successfully, but these errors were encountered: