What is the correct RAM size that should be reserved for S132 v4.0.2 shipped with SDK 13.0?
Looks like linker scripts for different projects reserve different amount of RAM:
- 0x1fc0 in examples\ble_peripheral\ble_app_gls\pca10040\s132\armgcc\ble_app_gls_gcc_nrf52.ld
- 0x5768 in examples\peripheral\fpu_fft\pca10056\s140\armgcc\fpu_fft_example_gcc_nrf52.ld
- 0x25f8 in examples\ble_peripheral\ble_app_uart\pca10040\s132\armgcc\ble_app_uart_gcc_nrf52.ld
Does it depend on the used functionality or is there a generic value that can be used for all new projects?