Skip to main content
VAgga
Associate III
March 2, 2019
Question

Support for IS25LP016D-JBLE as external QSPI memory (XIP) in STM32H750VBT6

  • March 2, 2019
  • 5 replies
  • 1633 views

Hi,

I am using STM32H750VBT6 microcontroller and want to use IS25LP016D-JBLE flash as QSPI external memory. Is this flash supported in STM32?? If yes, how can i add this flash while flashing using keil IDE.

This topic has been closed for replies.

5 replies

Tesla DeLorean
Guru
March 2, 2019

Ok,

So review the data sheet http://www.issi.com/WW/pdf/25LP-WP016D.pdf

Prototype on to a NUCLEO-H743ZI

Port the QSPI/BSP code examples to the platform/chip

Validate Read, Write, Erase functionality with a test application

Port back into the Keil Loader model

Port back into the ST External Loader model

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
VAgga
VAggaAuthor
Associate III
March 3, 2019

Ok,

So can you please share the code for MT25TL01G flash which is being supported by STM already so that i can port that code for  IS25LP016D-JBLE. It will reduce my development time.

Tesla DeLorean
Guru
March 3, 2019

STM32Cube_FW_H7_V1.3.0\Drivers\BSP\Components\mt25tl01g\mt25tl01g.h

STM32Cube_FW_H7_V1.3.0\Drivers\BSP\STM32H743I_EVAL\stm32h743i_eval_qspi.c

STM32Cube_FW_H7_V1.3.0\Projects\STM32H743I_EVAL\Examples\JPEG\JPEG_MJPEG_VideoDecodingFromQSPI

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
KVija
Associate II
April 11, 2019

I think you are looking for this code,

https://github.com/karthi9799/QSPI_IS25LP016D-JULE3-.git

VAgga
VAggaAuthor
Associate III
April 13, 2019

Hi Karthikeyan,

I am not able to open this github page. Thank you