initialize prelaminary exception vector table

This commit is contained in:
Markus Fröschle
2013-08-02 17:35:01 +00:00
parent 06ee231e55
commit 8448b2e579
5 changed files with 30 additions and 9 deletions

View File

@@ -103,7 +103,8 @@ SECTIONS
/* Memory mapped registers */
__MBAR = 0xFF000000;
//__MBAR = 0x80000000;
/* 32KB on-chip System SRAM */
__SYS_SRAM = 0xFF010000;
__SYS_SRAM_SIZE = 0x00008000;