MT25QL128 Flash interface on SPI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-16 9:21 AM
Hello,
is there any library source code available for MT25QL128 external flash interfaced with STM32
Thanks
- Labels:
-
QSPI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-16 9: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.
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
‎2020-06-16 9:49 AM
controoler is STM32F767VGT6, but if library is available for any other STM32 controller that will also help as a reference.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
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
‎2020-06-17 1:17 AM
thanks, it will help
