mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 23:18:21 +00:00
Fix memory map for EMAC, ICACHE, and DCACHE.
It was dis overed during debug of the ethernet driver that the EMAC base was incorrect. After examination, it was determined that ICACHE and DCACHE also had incorrect base addresses. This commit fixes the base addresses according to the reference manual.
This commit is contained in:
parent
d014867766
commit
9701b0f660
1 changed files with 3 additions and 3 deletions
|
|
@ -126,9 +126,9 @@
|
|||
|
||||
#define STM32_MPC_WM_BKPRAM_BASE 0x40036400
|
||||
#define STM32_GTZC1_BASE 0x40032400
|
||||
#define STM32_DCACHE_BASE 0x40030400
|
||||
#define STM32_ICACHE_BASE 0x40031400
|
||||
#define STM32_EMAC_BASE 0x40030400
|
||||
#define STM32_DCACHE_BASE 0x40031400
|
||||
#define STM32_ICACHE_BASE 0x40030400
|
||||
#define STM32_EMAC_BASE 0x40028000
|
||||
#define STM32_RAMCFG_BASE 0x40026000
|
||||
#define STM32_FMAC_BASE 0x40023c00
|
||||
#define STM32_CORDIC_BASE 0x40023800
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue