https://github.com/therealdreg/rp2350-simple-psram-project
A test VS Code project with everything bundled and configured, including working binaries in the build/ folder. rp2350-simple-psram-project from sparkfun-pico/
https://github.com/therealdreg/rp2350-simple-psram-project
psram raspberry-pi-pico raspberry-pi-pico2 rp2350 sparkfun
Last synced: 3 months ago
JSON representation
A test VS Code project with everything bundled and configured, including working binaries in the build/ folder. rp2350-simple-psram-project from sparkfun-pico/
- Host: GitHub
- URL: https://github.com/therealdreg/rp2350-simple-psram-project
- Owner: therealdreg
- Created: 2025-11-30T22:00:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-11-30T22:24:30.000Z (6 months ago)
- Last Synced: 2025-12-25T22:53:13.032Z (6 months ago)
- Topics: psram, raspberry-pi-pico, raspberry-pi-pico2, rp2350, sparkfun
- Language: CMake
- Homepage: http://rootkit.es/
- Size: 1.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rp2350-simple-psram-project
A test VS Code project with everything bundled and configured, including working binaries in the build/ folder.
Edit CMakeLists.txt and set the add_definitions(-DSFE_RP2350_XIP_CSI_PIN=0) value to match your wiring.
The current wiring configuration is for the WEACT RP2350B board with PSRAM attached to CSI pin 0.

Original project link:
https://github.com/sparkfun/sparkfun-pico/
```
https://github.com/therealdreg/rp2350-simple-psram-project
-----------------------------------------------------------
SparkFun - Basic PSRAM Test - starting
PSRAM setup complete. PSRAM size 0x800000
Generating Random Data
PSRAM data block testing - n data blocks: 512
Data blocks written
....................................................
Test Run: 512, Passed: 512, Failed: 0
DONE
-----------------------------------------------------------
-----------------------------------------------------------
SparkFun - Allocator test - starting
Startup
Memory pool - Total: 0x7FF500 (8385792) Used: 0x0 (0) - 0.00%
Max free block size: 0x7FF500 (8385792)
Allocated a Meg using sfe_alloc
Memory pool - Total: 0x7FF4FC (8385788) Used: 0x100000 (1048576) - 12.50%
Max free block size: 0x6FF4FC (7337212)
Freed a Meg using sfe_free
Memory pool - Total: 0x7FF500 (8385792) Used: 0x0 (0) - 0.00%
Max free block size: 0x7FF500 (8385792)
DONE
-----------------------------------------------------------
```