s25fl128s EEPROM device driver for STM32H7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-11 3: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.
- Labels:
-
STM32Cube MCU Packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-11 3: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-11 3:49 PM
Up vote any posts that you find helpful, it shows what's working..
