spif icon indicating copy to clipboard operation
spif copied to clipboard

W25qxx, N25Qxx and other SPI FLASH driver for stm32 HAL

Results 28 spif issues
Sort by recently updated
recently updated
newest added

Hello! I have stm32f302c8 and W25Q512 flash. If my stm chip configured to work on 8MHz (from HSI) all ok. If I change clock source to PLL and use 56MHz...

Hi Nima... I am trying to create a file system in external flash namely w25q16. I am facing issue in writing address for block, sector and page. I am totally...

Hi, for a project i'm currently working on I need a bigger capacity memory and i found the N01 chip. It has 1G-bit of memory available. Considering that both the...

Hi, using the library inside normal functions like main, everything works. But it can't be used within STORAGE_FS functions from the mass storage class provided by ST. Calling the function...

I'm trying to use the library but even if the code compile correctly and I can build it, when debugging once the program arrives to the "EE_Write()" function the program...

Hi, I'm trying to use your librairy version 1.20.0 (old version) with little fs and w25q16 chip, but I'm stuck when I'm trying to format the chip. I'm able to...

Hi everyone, Thanks for Participate I tried to use this library to read and write strings from Winbond w25q64fv using stm32f030k8c8 but there's a problem, I have a system that...

I have a weird problem using this library to write data on flash. Actually no write operation take place on Flash. I wrote a new library for that(attached). Also I...