According to the Cross Core Embedded Studio Quickstart User Guide, you should add the statup code and linker description file through the Run-time Environment Configuration Editor. Please refer to this link: Cross Core Embedded Studio Quickstart User Guide [Analog Devices Wiki], section "How to add startup code and core components to a new project for the ADuCM4050".
More information about the evaluation board can be found on this link: EV-COG-AD4050WZ Development Kit [Analog Devices Wiki]
The Help & Support section is particularly useful if the board is not working as it should: Help and Support [Analog Devices Wiki]
The specific instructions to configure the SRAM memory in Crosscore Embedded Studio (2.7) are the following:
Open the file
reset_ADuCM4050.sand add#define ADI_DISABLE_INSTRUCTION_SRAMat the top.In the file
system_ADuCM4050.c, ensure that/* #define ENABLE_CACHE */is commented out.Open the linker command file
ADuCM4050.ldand adjust the RAM availability as required.