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
The stamp xl needs manually soldered PSRAM chip
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
Now we just need DVI-D output with the RP2350 Stamp Carrier XL 😁
No branches or pull requests
The stamp xl needs manually soldered PSRAM chip
The text was updated successfully, but these errors were encountered: