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

It runs at rp2350 stamp xl ! #5

Closed
Sfinx opened this issue Nov 21, 2024 · 2 comments
Closed

It runs at rp2350 stamp xl ! #5

Sfinx opened this issue Nov 21, 2024 · 2 comments

Comments

@Sfinx
Copy link

Sfinx commented Nov 21, 2024

The stamp xl needs manually soldered PSRAM chip

@Sfinx
Copy link
Author

Sfinx commented Nov 21, 2024

And has another CS pin :

diff --git a/psram-bootloader/src/bootloader.c b/psram-bootloader/src/bootloader.c
index 10b43b3..f101f14 100644
--- a/psram-bootloader/src/bootloader.c
+++ b/psram-bootloader/src/bootloader.c
@@ -56,7 +56,7 @@
#if defined(SPARKFUN_PROMICRO_RP2350)

// For the pro micro rp2350
-#define SFE_RP2350_XIP_CSI_PIN 19
+#define SFE_RP2350_XIP_CSI_PIN 8 // 19
#endif

#define PSRAM_LOCATION _u(0x11000000)

@Sfinx Sfinx closed this as completed Nov 21, 2024
@arturo182
Copy link

Now we just need DVI-D output with the RP2350 Stamp Carrier XL 😁

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