-
Notifications
You must be signed in to change notification settings - Fork 12
[FEATURE] RAM Chip Added #285
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Short summary
Add external RAM chip APS1604M-3SQR
Motivation and user story
We need more RAM because we are quickly running out and it is on the board!
Proposed implementation
- Configure the device tree
- Implement the PSRAM driver
- Talks to your RPI2350 QSPI peripheral (Implements APS1604M read/write commands, Optionally supports quad I/O and burst transfers, jiust simple read and write)
- Init the driver
- Test read/write functionality
- Wrap in a simple PSRAM heap
- wrap heap in sys_multi_heap
Priority
High
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In progress