nimaltd / spif

W25qxx, N25Qxx and other SPI FLASH driver for stm32 HAL
GNU General Public License v3.0
580 stars 171 forks source link

Wrong ISSI device address #48

Open paul-thelu opened 3 weeks ago

paul-thelu commented 3 weeks ago

Hello,

I noted a typo in spif.h here: https://github.com/nimaltd/spif/blob/cd79138e700a2e794dfb6ca5a70020a17d74905b/spif.h#L87

The device address should be 0x9D for the ISSI range of NOR flash memories, as per the datasheet below (page 59): https://www.issi.com/WW/pdf/IS25LP128.pdf

Many thanks for the library,

Paul

nimaltd commented 3 weeks ago

thanks. i will fix it