I am trying to make couple templates for S113 with nRF52832 and nRF52840 with and without FreeRTOS and because there is no such in the examples, I’m not sure I made it right.
My most concern are some of the values set in the project files, because is difficult to follow the logic for setting those values like:
arm_linker_heap_size="2048"
arm_linker_stack_size="2048"
FLASH_PH_START=0x0;FLASH_PH_SIZE=0x80000;RAM_PH_START=0x20000000;RAM_PH_SIZE=0x10000;FLASH_START=0x1c000;FLASH_SIZE=0x67000;RAM_START=0x200022c8;RAM_SIZE=0xdd38
For the 52840 at least there couple examples with S113 (not sure which one to get as startup template as they also vary in the above mentioned values)
Any help or information will be highly appreciated
Thanks
P.S.

That is the result when I’m trying to flash the result from my template for S113 based on the S112