Skip to content

Commit

Permalink
Support memory show in KEIL
Browse files Browse the repository at this point in the history
  • Loading branch information
haibo344 committed Mar 6, 2015
1 parent 313bf10 commit fa37272
Show file tree
Hide file tree
Showing 14 changed files with 142 additions and 290 deletions.
Binary file modified Library/mxchipWNet_cm3_8801.a
Binary file not shown.
Binary file modified Library/mxchipWNet_cm3_sdio.a
Binary file not shown.
Binary file modified Library/mxchipWNet_cm3_spi.a
Binary file not shown.
Binary file modified Library/mxchipWNet_cm4f_sdio.a
Binary file not shown.
Binary file modified Library/mxchipWNet_cm4f_spi.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ WatchDogInterrupt

IMPORT __use_two_region_memory
EXPORT __user_initial_stackheap

EXPORT Heap_Mem
EXPORT Stack_Mem
__user_initial_stackheap

LDR R0, = Heap_Mem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ __initial_sp
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
; </h>

Heap_Size EQU 0x00014000
Heap_Size EQU 0x00014d00

AREA HEAP, NOINIT, READWRITE, ALIGN=3
__heap_base
Expand All @@ -72,7 +72,9 @@ __heap_limit
EXPORT __Vectors
EXPORT __Vectors_End
EXPORT __Vectors_Size

EXPORT Heap_Mem
EXPORT Stack_Mem

__Vectors DCD __initial_sp ; Top of Stack
DCD Reset_Handler ; Reset Handler
DCD NMI_Handler ; NMI Handler
Expand Down
Binary file modified Platform/IDEs/Keil/memory_debugger.lib
Binary file not shown.
80 changes: 40 additions & 40 deletions Projects/AP80xx/COM.MXCHIP.SPP/RVMDK/COM.MXCHIP.SPP.uvguix.bobo

Large diffs are not rendered by default.

Loading

0 comments on commit fa37272

Please sign in to comment.