nRF5340 noinit will not fit in region RAM

I am getting the following build error for a Nordic nRF5340dk 

c:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: region `RAM' overflowed by 3620 bytes
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

When building the same application for a Nordic nRF52840dk I do not get the error. I have tried adjusting stack and heap sizes but this never changes. I have tried adjusting buffer sizes in my application and nothing changes. Where is this number 3620 coming from? This error makes absolutely no sense since this build worked yesterday. 

I have deleted and redownloaded my SDK 3 times now. I have also deleted and redownloaded my toolkit. I am using Toolkit v2.7.0 and SDK v2.6.1 

Related