Program loading is failed
Hey Team, I am working on STM32H745 for display project.
I have faced following issue.
Some time when I was program my device it was completed in 1.38 minutes usually it takes around 4 minutes because of external flash erase and program loading.
1) Issue was on device that took ~1.31 minutes to program it went to hard fault.
2) On device that took ~3.51 minutes to program no issues were found.
Controller: STM32H745.
External Memory using QSPI: W25Q512JV.
configuration of memory
/*W25Q512JV memory parameters*/
#define MEMORY_FLASH_SIZE 0x4000000 /* 64Mbit =>8Mbyte */
#define MEMORY_BLOCK_SIZE 0x10000 /* 64KBytes */
#define MEMORY_SECTOR_SIZE 0x10000 /* 4kBytes *///0x1000
#define MEMORY_PAGE_SIZE 0x100 /* 256 bytes */
#define TOTAL_PAGES 262144 /* Total number of pages */
