Question
What Is the Macro Definition for the Highest Address of the User Mode Stack (or the RAM)?
Hi,
Though my current work is on a Nucleo-STM32G070 board, I am going to target on multiple STM32MCUs later, and I would like to know the macro definition so that my code would be more adaptive to different target processors.
The ld file gives following information:

but the stm32g070xx.h gives different size of the RAM:

Anyone could explain it? And which macro I should use for the highest address of the RAM?
Regards
Chao
