Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
36108a41
Commit
36108a41
authored
Dec 27, 2023
by
robert-hh
Committed by
Damien George
Aug 20, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mimxrt/mimxrt_sdram: Fix pin config and comments.
Signed-off-by:
robert-hh
<
robert@hammelrath.com
>
parent
7d8b2d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ports/mimxrt/mimxrt_sdram.c
ports/mimxrt/mimxrt_sdram.c
+3
-3
No files found.
ports/mimxrt/mimxrt_sdram.c
View file @
36108a41
...
...
@@ -35,10 +35,10 @@
extern
uint8_t
__sdram_start
;
#if defined(MIMXRT117x_SERIES)
//
Pull Up, High
drive strength
#define SDRAM_PIN_CONFIG (0x0
7
UL)
//
No pull, normal
drive strength
#define SDRAM_PIN_CONFIG (0x0
E
UL)
#else
//
Pull up 22K, high
slew rate
//
No pull, maximum speed, Drive Strength 4, fast
slew rate
#define SDRAM_PIN_CONFIG (0xE1UL)
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment