mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards: Fix DRAM address for boards with swapped banks.
This commit is contained in:
parent
3d20b7eb5e
commit
7e1b5f6774
@ -167,7 +167,7 @@
|
||||
#define OMV_SRAM3_LENGTH 32K
|
||||
#define OMV_SRAM4_ORIGIN 0x38000000
|
||||
#define OMV_SRAM4_LENGTH 64K
|
||||
#define OMV_DRAM_ORIGIN 0xC0000000
|
||||
#define OMV_DRAM_ORIGIN 0x60000000
|
||||
#define OMV_DRAM_LENGTH 8M
|
||||
|
||||
// Flash configuration.
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
#define OMV_SRAM3_LENGTH 16K
|
||||
#define OMV_SRAM4_ORIGIN 0x38000000
|
||||
#define OMV_SRAM4_LENGTH 64K
|
||||
#define OMV_DRAM_ORIGIN 0xC0000000
|
||||
#define OMV_DRAM_ORIGIN 0x60000000
|
||||
#define OMV_DRAM_LENGTH 8M
|
||||
|
||||
// Flash configuration.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user