I have a bootloader project base on the Ymodem protocol used for S32R274, so I need my app project can generate a bin file, then I change my app project configure like this:

But when I finish compiled, I found my core z4 and z7b bin file is too large, its almost 1G, my computer can not edit with that.
\
by the way, the z7a bin file is normal size.
I guess it cause by my bin file have some SRAM content to record, so that result the address span of flash and SRAM is too large, then cause the large bin file.
I dont need the SRAM content, I dont know how to eliminate that from project setting, It anyone could help me please.

Regards
PS: Fogiven my poor English ^_^