Flash memory size with RP2350 designs #118
phil-barrett
started this conversation in
General
Replies: 1 comment 1 reply
-
Likely not, but there has been some interest in using grblHAL for automation projects where gcode is stored in flash (littlefs). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The RP2040 shipped with a winbond W25Q16 (2MB) chip. The reference designs for the RP235x use a W25Q128 (16MB). Looking at the various configurations of grblHAL that can be built, it looks like 2MB is more than sufficient. I'm still playing with the configurations to find the largest but have yet to find one that is more than 350 KB. Is there any reason to go for the larger memory chip?
Beta Was this translation helpful? Give feedback.
All reactions