On 12/15/2009 11:56 AM, Carl-Daniel Hailfinger wrote:
We have more than one chip which gets horribly confused by probe sequences for other chips.
Sending a reset command to the detected chip (and sleeping a bit) before performing any read/write/erase action could fix a number of problems we're seeing right now. This could be achieved by adding a .reset function to struct flashchip.
Thoughts?
Regards, Carl-Daniel
I don't see any problems. And since reset is closely tied to the chip and it's interface, it fits well.