cancel
Showing results for 
Search instead for 
Did you mean: 

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

VAgga
Associate II

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.

5 REPLIES 5

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 Up vote any posts that you find helpful, it shows what's working..
VAgga
Associate II

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.

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 Up vote any posts that you find helpful, it shows what's working..
KVija
Associate II

I think you are looking for this code,

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

Hi Karthikeyan,

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