Hello,
I need help with heap initialization using scatter file and C++ startup.
MCU is STM32F407VGT6 (Cortex-M4).
Compiler is ARM Compiler 6.7, C++14.
The problem is that all variables which I create dinamically on the heap have wrong addresses. My HEAP…