Skip to main content
Dilbert K
Associate III
June 23, 2018
Question

STM32 HAL driver for SST26VF064B

  • June 23, 2018
  • 4 replies
  • 1548 views
Posted on June 23, 2018 at 23:02

I just start to create a driver for SST26VF064B Serial Flash in QSPI mode.

Anyone knows where I may able to get an example using the HAL layer QSPI driver ?

    This topic has been closed for replies.

    4 replies

    Tesla DeLorean
    Guru
    June 23, 2018
    Posted on June 24, 2018 at 00:24

    For what STM32 part?

    HAL trees have assorted QSPI examples, and BSP drivers

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Explorer
    August 17, 2023

    Hello  Dilbert K,

    I wanted to know if you were able to create a custom driver for the Flash SST26VF064B. Because just like you, I am also working with the SST26VF064B and found that st has no sample drivers for this Flash.

    Thank you

    Tesla DeLorean
    Guru
    August 17, 2023

    ST's commitment to driver writing extends about as far as their part selections on their boards.

    You'd be expected to find something close and adapt / port to parts you have chosen.

    Which STM32 part are we talking about? With what mode of connectivity? SPI, QUADSPI, OCTOSPI..

    This part should be quite similar to some of the Macronix, ATMEL / Adesto / Microchip devices. Perhaps drivers from MikroE ? 

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Explorer
    August 18, 2023

    I am working with the STM32H733 and the connectivity is OCTOSPI. If you have already created a driver for the Flash SST26VF064B, I would be happy if you could provide me with it to advance my project. Because I am currently stuck on this level.