External loader
Hi
I am using STM32H745 microcontroller and w25q512 External loader QSPI But i have used ST link for creating external loader but getting verification fail error
It successfully complete Read , write and erase but while i verifying it give "Verification Failed error "
Your QSPI configuration is as follows:
- IO3 ----> PF6
- IO2 ----> PF7
- IO1 ----> PF9
- IO0 ----> PF8
- QSPI CLK ----> PB2
- QSPI NCS ----> PG6
I have attempted to use various files from the GitHub repository (https://github.com/cturvey/stm32extldr/tree/main/h7_w25q512), but i consistently encounter an "Erase failed" error. Upon examining the configurations available, it seems none matches your specific setup for QSPI.
Although i found a configuration (h7_w25q256) similar to mine, i encountered the same "Flash Erase failed" error.
One notable observation is that the file sizes of the configurations are considerably smaller compared to my generated .stldr file.
Please let me help for this its bit urgent
