2021-07-19 11:43 PM
Hi I was using 1Gb Flash erlier, now due to flash unavailability. I had to choose different QSPI flash MT25QL128A. But unfortunately there is no flash algorithm .flm file for this flash for STM32H745 device for keil
Can anybody help me with Flash algorithm source or .flm file for below PIN configuration ?
IO0 -- PD11
IO1 -- PF9
IO2 -- PF7
IO3 -- PF6
CLK -- PF10
NCS -- PG6
If possible, kindly compile for MT25QL128/256/512 as well.. so that for any future requirements it will be easy to migrate.
Solved! Go to Solution.
2021-08-11 06:51 AM
Check MPU configuration
AN4861 pg 88, needs strict ordering
AN4860
2021-08-13 04:08 AM
Got it thanks,