[committed] MSP430: sim: Increase main memory region size

Tom Tromey tom@tromey.com
Fri Aug 7 12:32:29 GMT 2020


>>>>> "Jozef" == Jozef Lawrynowicz <jozef.l@mittosystems.com> writes:

I don't know much about MSP430 or the sim, but I noticed a little
oddity:

Jozef> The area between 0xFF00 and 0xFFC0 is unallocated in the simulator
Jozef> memory map, so extend the main memory region up to 0xFFC0 to allow the
Jozef> simulator to make use of the extra 192 bytes of space.

The intro text says 0xFFC0...

Jozef> +    sim_do_commandf (sd, "memory-region 0x500,0xfac0");  /* RAM and/or ROM */

... but the patch says 0xfac0.  I think one or the other should be
changed.

Tom


More information about the Gdb-patches mailing list