2020-06-16 09:21 AM
Hello,
is there any library source code available for MT25QL128 external flash interfaced with STM32
Thanks
2020-06-16 09:46 AM
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.
2020-06-16 09:49 AM
controoler is STM32F767VGT6, but if library is available for any other STM32 controller that will also help as a reference.
Thanks
2020-06-16 10:39 AM
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
2020-06-17 01:17 AM
thanks, it will help