I have bought EVAL-ADuCM355 evaluation board recently. I have downloaded the keil uVision 5.36 and the examples provided on git repository. I want to try chronoamperometry example M355_ECSns_CapaTest. But I am getting some compiler linker error as below.
Error - .\Objects\M355_ECSns_CapaTest\M355_ECSns_CapaTest.axf: error: L6047U: The size of this image (59232 bytes) exceeds the maximum allowed for this version of the linker
The code has some guideline regarding RAM size as - uint32_t AppBuff[n][APPBUFF_SIZE] __attribute__((section(".ARM.__at_0x20040000"))); // use up to 32K bytes max, compiler linker file must have been modified for this to work !! Use "USER_SRAM_MODE = 2" setting;
I did not understand those meanings. I am using MDK-lite version.
Kindly find the attached images for reference.
Error-
Specification-
SRAM settings issue
[edited by: sahilsawant at 1:09 PM (GMT -5) on 4 Jan 2022]