Solved
Fail to program External SPI Flash - STM32F429 and W25Q64
- May 25, 2024
- 1 reply
- 1296 views
Hello all,
I am implementing an external loader for STM32F429 and W25Q64. The STM32CubeIDE Version is 1.15.1 and STM32CubeProgrammer is 2.16.0.
I success programming a 64k bin file with the external loader while failed to program a bigger size file (150K). The attachments are the logs of STM32CubeProgrammer .
The Dev_inf is as below:
struct StorageInfo const StorageInfo = {
"W25Q64_STM32F429BIT6_SPI",
SPI_FLASH,
0x90000000,
0x00800000,
0x0100, //256b
0xFF,
// Specify Size and Address of Sectors (view example below)
0x0800,
0x1000, //4kB
0x00000000,
0x00000000,
};
May I have any suggestions on this case? Thanks.
