I have the following value set in the mbed_app.json for my specific target and I can access this value set in mbed_app.json in my code using “POST_APPLICATION_ADDR” macro variable.
target.restrict_size" : “0x11000”
So I was wondering if there is way to access the following values mentioned below using any pre-defined mbed-os macro variable?
Thanks Johannes for taking the time to respond. However I don’t see those macro’s show up in the mbed_config.h. I don’t see the POST_APPLICATION_ADDR which maps to target.restrict_size either in the mbed_config.h, however magically seems to be available in the code to use.