Skip to content
Snippets Groups Projects
Commit 625e3491 authored by ntfreak's avatar ntfreak
Browse files

- incorrect ram size for lm3s811 target script

git-svn-id: svn://svn.berlios.de/openocd/trunk@620 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 5d6c997b
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ jtag_device 4 0x1 0xf 0xe
target cortex_m3 little run_and_halt 0
# 4k working area at base of ram
working_area 0 0x20000000 0x4000 nobackup
# 2k working area at base of ram
working_area 0 0x20000000 0x2000 nobackup
#flash configuration
flash bank stellaris 0 0 0 0 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment