Skip to content
Snippets Groups Projects
Commit b47edef7 authored by Sergei Poselenov's avatar Sergei Poselenov
Browse files

RT #74863. Changed the flash timings for STM32 to more conservative

values. With these settings both our reworked ST-MEM cards works.
parent 73ca0251
No related branches found
No related tags found
No related merge requests found
......@@ -169,8 +169,8 @@
#define CONFIG_SYS_FLASH_CS 1
#define CONFIG_SYS_FSMC_FLASH_BCR 0x00005015
#define CONFIG_SYS_FSMC_FLASH_BTR 0x00010903
#define CONFIG_SYS_FSMC_FLASH_BWTR 0x00010803
#define CONFIG_SYS_FSMC_FLASH_BTR 0x00021206
#define CONFIG_SYS_FSMC_FLASH_BWTR 0x00021106
#define CONFIG_FSMC_NOR_PSRAM_CS1_ENABLE
#define CONFIG_SYS_FLASH_BANK1_BASE FSMC_NOR_PSRAM_CS_ADDR(CONFIG_SYS_FLASH_CS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment