Skip to content

Commit 36108a4

Browse files
robert-hhdpgeorge
authored andcommitted
mimxrt/mimxrt_sdram: Fix pin config and comments.
Signed-off-by: robert-hh <[email protected]>
1 parent 7d8b2d8 commit 36108a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ports/mimxrt/mimxrt_sdram.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
extern uint8_t __sdram_start;
3636

3737
#if defined(MIMXRT117x_SERIES)
38-
// Pull Up, High drive strength
39-
#define SDRAM_PIN_CONFIG (0x07UL)
38+
// No pull, normal drive strength
39+
#define SDRAM_PIN_CONFIG (0x0EUL)
4040
#else
41-
// Pull up 22K, high slew rate
41+
// No pull, maximum speed, Drive Strength 4, fast slew rate
4242
#define SDRAM_PIN_CONFIG (0xE1UL)
4343
#endif
4444

0 commit comments

Comments
 (0)