On 27 August 2012 21:37, Meador Inge <mead...@codesourcery.com> wrote: > The current implementation of the ARM semi-hosting SYS_HEAPINFO > system call assumes that the base address of RAM for all ARM devices > is 0x0. This isn't true for ARMv7-M devices, which uses a base of > 0x20000000 for SRAM.
This isn't a v7M specific problem (it applies also for ARM A/R boards where the RAM doesn't start at address zero). So it needs a generic solution, not a v7M specific one. -- PMM