__STACK_SIZE has no effect

Hi,

I defined __STACK_SIZE as compile/build flag. It has no effect according to GCC output after building is done.

Chip is nRF52840.

I tried to set fixed stack size in startup file and it did not changed RAM used size. Both linker script and startup file are from nRF5 SDK v17.1.0

What I'm doing wrong? 

Related