Other Parts Discussed in Thread: MSP430G2955
Hello,
i have an old project that used an external FRAM to log data from MSP430 to flash. FRAM is great as it allows byte writes. unfortunately the price is very high.
i would like to replace the external FRAM chip with a more common and cheaper serial flash, for example Winbond W25Q80BW. The physical connection is pin compatible, so thats an easy change.
However, what i am wondering about is how community members usually deal with the fact that such serial flash can only write a full page, rather than a single byte.
Is there a common library for MSP430 that abstracts the page access to the user so one can still write bytes individually?