mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
mimxrt/mimxrt_sdram: Fix pin config and comments.
Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
extern uint8_t __sdram_start;
|
||||
|
||||
#if defined(MIMXRT117x_SERIES)
|
||||
// Pull Up, High drive strength
|
||||
#define SDRAM_PIN_CONFIG (0x07UL)
|
||||
// No pull, normal drive strength
|
||||
#define SDRAM_PIN_CONFIG (0x0EUL)
|
||||
#else
|
||||
// Pull up 22K, high slew rate
|
||||
// No pull, maximum speed, Drive Strength 4, fast slew rate
|
||||
#define SDRAM_PIN_CONFIG (0xE1UL)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user