Hi. I want to use nrf52811 with FreeRTOS with SDK 16.0. I have trouble with configure RAM_start in a linker file.
I tried to use the value 0x20001ae0 from "ble_app_blinky" project for emulated PCA10056e_S112" and it doesn't work.
I compared the HRS examples with and without FreeRTOS for the same nrf52840 with same SD s140 .
For HRS without FreeRTOS i see " define symbol __ICFEDIT_region_RAM_start__ = 0x20002be0; "
For HRS with FreeRTOS "define symbol __ICFEDIT_region_RAM_start__ = 0x20005968; "
Does the value of the RAM depend not only from SoftDevice? And how can I calculate it?