Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-stm32
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sami Nurmenniemi
u-boot-stm32
Commits
b47edef7
Commit
b47edef7
authored
13 years ago
by
Sergei Poselenov
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/stm3220g-eval.h
+2
-2
2 additions, 2 deletions
include/configs/stm3220g-eval.h
with
2 additions
and
2 deletions
include/configs/stm3220g-eval.h
+
2
−
2
View file @
b47edef7
...
...
@@ -169,8 +169,8 @@
#define CONFIG_SYS_FLASH_CS 1
#define CONFIG_SYS_FSMC_FLASH_BCR 0x00005015
#define CONFIG_SYS_FSMC_FLASH_BTR 0x000
10903
#define CONFIG_SYS_FSMC_FLASH_BWTR 0x000
10803
#define CONFIG_SYS_FSMC_FLASH_BTR 0x000
21206
#define CONFIG_SYS_FSMC_FLASH_BWTR 0x000
21106
#define CONFIG_FSMC_NOR_PSRAM_CS1_ENABLE
#define CONFIG_SYS_FLASH_BANK1_BASE FSMC_NOR_PSRAM_CS_ADDR(CONFIG_SYS_FLASH_CS)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment