2019-03-02 12:24 AM
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.
2019-03-02 08:34 AM
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
2019-03-03 05:46 AM
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.
2019-03-03 07:56 AM
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
2019-04-11 02:22 AM
I think you are looking for this code,
2019-04-13 12:07 AM
Hi Karthikeyan,
I am not able to open this github page. Thank you