|
Forum Index : Microcontroller and PC projects : 16 MB Memory
| Author | Message | ||||
| georgestheking Newbie Joined: 21/12/2021 Location: BelgiumPosts: 32 |
Hi, Is the Picomite compatible with the chineese clone of Pi PICO having 16 MB of Memory ? Best regards Georges |
||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2681 |
It was posted support to 2MB.. honest, I did see that |
||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2681 |
It was posted support to 2MB.. honest, I did see that |
||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2681 |
This is somewhere else on this forum.. clones |
||||
| DrifterNL Regular Member Joined: 27/09/2018 Location: NetherlandsPosts: 58 |
Here is a link to the clones thread -> https://www.thebackshed.com/forum/ViewTopic.php?FID=16&TID=15115 Floating Point Keeps Sinking Me! Back To Integer So I Don't Get Injured. |
||||
| Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 8304 |
The latest beta. b18, has been announced. One of the changes: But I don't know any more than that. Note that there are *no* boards with increased RAM as all that is on the RP2040 and it can't be expanded. Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
| pwillard Guru Joined: 07/06/2022 Location: United StatesPosts: 324 |
Yes, I have one with 16MB (Pimoronoi Pico Lipo) It worked properly 99% of the time... and in that other 1% of the time, it has a really slow response at the ">" prompt, related to the `NEW` command. Pete just fixed it... so it's even better now. Having 16MB is no longer a problem. Go for it. |
||||
| Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 8304 |
Peter didn't say anything about the other 14MB being usable, just that larger flash chips are better supported. That seems to be a timing rather than capacity issue (although they may be related). AFAIK MMBasic will only use 2MB of flash, no matter what size the chip is. Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
| Tinine Guru Joined: 30/03/2016 Location: United KingdomPosts: 1646 |
It appears from the benchmark that you also realised >10% performance boost, right? I'll take that Craig |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10628 |
Just to be clear although you can use rp2040 modules with more than 2MB of flash you cannot and will never be able to access the extra flash from Basic. Writing to flash requires all interrupts to be disable and all code to be running from RAM and this is incompatible with the way the PicoMite code works |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |