The 9161 has 256 KB of RAM, but while building the application, it reports that only 32 KB is available for the application. If I create some large static buffers (e.g. 10 KB), the build fails with linker errors saying that I've overflown the available memory. Apparently I'm on dynamic partitions and it's not clear how I can increase the available memory for my non-secure application.