We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi there,
Iam getting error 65 message --- cantest.c(30): error: #65: expected a ";"
when I add the following line of code
unsigned int StandardFilter[2] _at_ 0xE0038000;
Kindly give me your suggestions.
You must define the memory region in the Project - Options - Target dialog so that you can use the __at attribute.
Yes, the memory region is set. Despite this Iam getting the error (as mentioned in my previous post.)
The Memory region settings for my project are as follows: Under TARGET IROM1:0x0 IRAM1:0x80000 Both are checked as Default.
Under LINKER R/O Base :0x00000000 R/W Base :0x40000000
Note: If using evaluation ver. The 16 Kb size includes code + RO data + data + ZI data.
Suvidh