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

In a project for the company I'm working for, we have to manage three W25QXX memories, so I needed to define a descriptor for each one due to select different...

Hi, I have problem with W25qxx_WriteSector. Below you can read my unit test with this function. Very often during writing all sector (4096 bytes) I have about 100-120 mistakes. void...

I'm using stm32f103 and in release it's not initializing. I made empty project with: 36MHz core freq, in perepherial i enabled usart1, spi1, spi2 and usb.

Can you please tell how to write to 2nd block and also 2nd page or how to map them so that we can use it accordingly

bool W25qxx_Init(void) { w25qxx.Lock=1; while(HAL_GetTick()

Doesn't W25qxx_WriteStatusRegister need "write enable" before attempting to write the register? W25qxx_WriteEnable(); in the first line

Hi, tnx for your lib. I want use this for stm32f103, I need to "spi.h" file. Where to get this file? tnx

I am getting this type of errors that 48 errors Description Resource Path Location Type unknown type name 'HAL_LockTypeDef' stm32g0xx_hal_dma.h /Flash_Mem_Nuc/Drivers/STM32G0xx_HAL_Driver/Inc line 119 C/C++ Problem Description Resource Path Location Type...

Hello, I noticed that it has only the 64 KB block erase function, Would it be possible to create a function for 32KB? I cloned the 64KB function and replaced...

Hi, Thank you for your support. I am using STM32L432KC with W2q16jV. But I am not able to read the device ID. Please can you look it my code, I...