roght ram bank
This commit is contained in:
parent
5eff3a202b
commit
386939c8af
@ -170,13 +170,13 @@
|
||||
/* Configuration B */
|
||||
/* CONFIG_RAM_START should be set to the base of local SRAM, bank 1. */
|
||||
|
||||
# if CONFIG_RAM_START != LPC43_LOCSRAM_BANK1_BASE
|
||||
# if CONFIG_RAM_START != LPC43_LOCSRAM_BANK0_BASE
|
||||
# error "CONFIG_RAM_START must be set to the base address of AHB SRAM Bank 0"
|
||||
# endif
|
||||
|
||||
/* The configured RAM size should be equal to the size of local SRAM Bank 1 */
|
||||
|
||||
# if CONFIG_RAM_SIZE != LPC43_LOCSRAM_BANK1_SIZE
|
||||
# if CONFIG_RAM_SIZE != LPC43_LOCSRAM_BANK0_SIZE
|
||||
# error "CONFIG_RAM_SIZE must be set to size of AHB SRAM Bank 0"
|
||||
# endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user