for more flexibility, in the new Cortex-M implementation I'm working on, I can overwrite the vendor defined MCU internal SRAM size by using:
-m sizeK
I'm trying to find a way to also overwrite the internal flash size and the
first idea I had was to extend the "-m" command like:
-m sizeK,flash=sizeK
would this be ok?
for more readability I would prefer something like:
--memory ram=sizeK,flash=sizeK
any other suggestions?
regards,
Liviu
