File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ PROGRAMMERS_SUPPORTED += openocd
1414# use connect_assert_srst to always be able to flash or reset the board.
1515OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1
1616
17+ # heap configuration
1718FMC_RAM_ADDR=0xc0000000
1819FMC_RAM_LEN=8192K
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments