Set in Keil Asm option to change heap size.

I am using nRF52840, SDK16.0.0, Keil v5.18a to developing application. When I changed heap size in Keil C/C++ option, it failed! It can be successful if you change heap size in Asm option

too. I wonder why do I need to set in Asm option? And for other situation, how do I confirm symbol needed to be set in both C/C++ and Asm option or only C/C++ option.

C/C++ and Asm option like picture below:

Thanks,

Jinzhao Young

Related