On 29 May 2015 at 20:22, Liviu Ionescu <i...@livius.net> wrote: > -machine? in other words board? the ram-size is not a characteristic > of the board, Cortex-M MCUs have both RAM & flash internally, so if > --memory is not ok, probably ram & flash should be an extensions > of --cpu?
RAM and flash size is not a property of the CPU -- the M3 itself has no builtin memory. RAM and flash are external to the CPU and are part of the SoC, so the CPU would be the wrong place to specify their sizes. -- PMM