2024-03-27 07:16 AM
I am using NUCLEO-H563ZI evaluation board and i want to create external flash loader for IS25LP128 QSPI flash memory. I used external loader files from GIT HUB and .stldr file in STCUBE programmer external loader folder location. when i try to read from 0x90000000 location, i am getting read failure error. I used the below path to create external loader for IS25LP128 QSPI flash memory,
Could you please help me to solve the below issue?
Solved! Go to Solution.
2024-06-08 04:25 PM
Quick rework posted https://github.com/cturvey/stm32extldr/blob/main/h7_is25lp128/CLIVEONE-IS25LP128_STM32H72X-PA3-PC11-PC9-PC10-PE2-PA6.stldr
2024-06-08 11:14 PM
Thanks a lot!
Sadly, no visible change: When the flash device is in QPI mode, the external loader doesn't work, it works when QPI is off.
Where can I find the souce of it? Maybe, I can look at it too, either to learn, or to improve, with my limited competency, but quite good knowledge of this memory chip and a test setup.
2024-07-24 04:30 AM
hello!
did you succes in making the external loader?
i have tried your suggestion but mine don't work
i have a working driver for MX25L512 but i 'm not able to have a working external loader
if you succed can you share your project?
thank yoy
Andrea