华邦W25Q64JV Flash操作指南

 

https://blog.csdn.net/li_lys/article/details/123146497

 

 

https://blog.csdn.net/weixin_45888898/article/details/122923523 

 

https://blog.csdn.net/m0_56222647/article/details/136777704 

 https://github.com/shun6-6/FLASH_spi

 

https://blog.csdn.net/tianizimark/article/details/121712792

 

https://blog.csdn.net/m0_62005595/article/details/139548510

 

 

 

每页256bytes,总共有32768个可编程页,最大一次可编程大小为256bytes。一次擦除大小可以为4K、32K、64K字节(K=1024)或者全擦除。

编程即写数据,由于Flash的特性,只能从1编程0,所以写数据之前Flash里面的数据不是0xFF就必须先擦除,然后才能写数据。

擦除即将Flash里面的数据恢复为0xFF的过程。

 

 

32768 *256 -1 = 'd8388607 = 'h7F_FFFF

 4*1024 -1 ='d4095 = 'hFFF

4k擦除--->写16页

一页256个字节

posted on 2024-11-19 17:53  taylorrrrrrrrrr  阅读(17)  评论(0编辑  收藏  举报