Winbond memory?

Hello, I’m Just researching this for a future project. From a programming point of view if I want to combine 2 or 3 of the winbond chips as one memory to store a few images on there? How does that work, Does it split the image file in chunks to all the winbond chips or is it combine as one drive? Sorry this is all new to me and I’m just trying to figure things out.

Joseph

What does the datasheet of those chips tell?
Some more help: How to get the best out of this forum - Using Arduino / Project Guidance - Arduino Forum

You write as if this distribution of the file among the chips will happen by itself. It's not - you have to write a program for it. And how you write - so it will work

1 Like

Thank you B707. I didn't know how to it needs to be Structure to make it work. I think SSD does the same thing correct?

Perhaps you may be thinking of wear levelling or a similar mechanism?

With SSDs and similar devices, the controller chip handles the distribution of the data across the memory chip(s).

When you are working with individual memory chips, then the distribution of data is determined by your own code.

Hello markd833, Yes that is what I was thinking. Thank you, I gor a little confused there.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.