Hi, there,
I am a newbie for DSP programming and need help for a compilation problem. I am using CCS3.1 and F2806. In my project, some variables are declared in the VariablesEEPROM.c file. When compiling the project, the following error occurs. What I could not understand is the memory used for the variables are only 0x64 while there are 0x79 memory availabe. Could any of you help me to figure out where the problem is? Thanks.
>> error: can't allocate EEPROM_Shadow, size 00000064 (page 1) in EEPROMSHADOW
(avail: 00000079)
>> error: errors in input - AAGDSPV9_20.out not built
MEMORY
{
PAGE 1: /* Data Space */
M0SARAM : origin = 0x000002, length = 0x00037E
EEPROMSTAMP : origin = 0x000380, length = 0x000001
EEPROMSHADOW : origin = 0x000381, length = 0x000079