Paul Burke wrote:
How do I get the linker to output how much RAM has been allocated?
try msp430-size with the elf file. the data and bss sections are both RAM (initialized and uninitialized data)
chris
Paul Burke wrote:
How do I get the linker to output how much RAM has been allocated?
try msp430-size with the elf file. the data and bss sections are both RAM (initialized and uninitialized data)
chris