Object file test_env.o is not unique! It could be made from: C:\workspace\v12\mbed-os\features/unsupported\tests\mbed\env\test_env.cpp .\mbed-os\features\frameworks\greentea-client\source\test_env.cpp
Image: ..build\NUCLEO_F072RB\ARM\v12.bin
<>
How do I set the Stack ? (see error message above)
Yes, that’s the plan, I am just getting into uV5 now.
I am just starting a new project to see/check how the startup runs in the debugger, then I should be able to swing the rest across…
We are back down to about the same size as mbed2 running MDK522, so that’s not the problem. The Ram size seemed to jump up by 5Kbytes.
Actually the RAM is now close to full. So, MDK522 still does not do as well as online for compression.
my code is full of bool variables, which could compile as 32bit numbers worst case, I guess this is where the RAM is going.
<>
bool stateParameters1,2,3; >
I dont know how to set the stack in mbed-os the output is complaining about it.