Skip to content
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

Freezes on getInstance #1

Closed
webzep opened this issue Feb 1, 2025 · 2 comments
Closed

Freezes on getInstance #1

webzep opened this issue Feb 1, 2025 · 2 comments

Comments

@webzep
Copy link

webzep commented Feb 1, 2025

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:

  • Platform IO
  • Pimoroni Pico 2

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

@AndrewCapon
Copy link
Owner

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

@webzep
Copy link
Author

webzep commented Feb 3, 2025

Incase anyone finds their way here with a similar issue:
earlephilhower/arduino-pico#2790

@webzep webzep closed this as completed Feb 3, 2025
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