Skip to content

Commit f761e2d

Browse files
committed
board/stm32f746g-disco: doc fix for SDRAM
1 parent c4a1802 commit f761e2d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

boards/stm32f746g-disco/Makefile.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ PROGRAMMERS_SUPPORTED += openocd
1414
# use connect_assert_srst to always be able to flash or reset the board.
1515
OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1
1616

17+
# heap configuration
1718
FMC_RAM_ADDR=0xc0000000
1819
FMC_RAM_LEN=8192K

boards/stm32f746g-disco/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Current hardware support:
3131
| Capacitive touch screen | X | |
3232
| User microphones | - | |
3333
| External Quad-SPI Flash | - | |
34-
| External SDRAM | - | |
34+
| External SDRAM | X | |
3535

3636
## Flashing the device
3737

boards/stm32f746g-disco/include/periph_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ static const fmc_bank_conf_t fmc_bank_config[] = {
396396
.bank = FMC_BANK_5,
397397
.mem_type = FMC_SDRAM,
398398
.data_width = FMC_BUS_WIDTH_16BIT,
399-
.address = 0xc0000000, /* Bank 6 is mapped to 0xd0000000 */
399+
.address = 0xc0000000, /* Bank 6 is mapped to 0xc0000000 */
400400
.size = MiB(8), /* Size in MByte, 4M x 16 Bit */
401401
.sdram = {
402402
.clk_period = 2, /* SDCLK = 2 x HCLK */

0 commit comments

Comments
 (0)