cancel
Showing results for 
Search instead for 
Did you mean: 

MT25QL128 Flash interface on SPI

AShel.1
Associate III

Hello,

is there any library source code available for MT25QL128 external flash interfaced with STM32

Thanks

4 REPLIES 4

Which STM32 specifically? There's like a thousand of them now.

There should be examples in the L4, F7 and H7 BSP code libraries for using the Micron Serial Flash devices with QSPI connectivity.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
AShel.1
Associate III

controoler is STM32F767VGT6, but if library is available for any other STM32 controller that will also help as a reference.

Thanks

Probably a close proxy

STM32Cube_FW_F7_V1.16.0\Drivers\BSP\Components\n25q128a\n25q128a.h

STM32Cube_FW_F7_V1.16.0\Drivers\BSP\STM32746G-Discovery\stm32746g_discovery_qspi.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

thanks, it will help