2023-12-11 03:28 PM
Hi there,
I am trying to interface to a s25fl128s EEPROM device. I understand that there is built in support for this SPI interface for STMCubeIDE. Can someone please point me in the right direction.
In my search for a driver for the EEPROM I cam across this link
https://github.com/STMicroelectronics/stm32-s25fl128s/tree/main
What software pack includes this driver? What do I need to include/install for this driver support.
Thanks in advance.
2023-12-11 03:45 PM
It is a QSPI / QUADSPI NOR FLASH device.
So perhaps QSPI examples for the H7 boards might be a starting point
https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H743I-EVAL/Examples/QSPI
https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Drivers/BSP/Components
2023-12-11 03:49 PM