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.
I meant the following error ".\Obj\can_release.axf: error: L6047U: The code in this image is 3184 bytes - this version of the linker will not create images that large Target not created"
Actually as per Keil release notes the evaluation version supports code size upto 16kB so, i have no clue to why this is error is occuring. Kindly suggest a way to debug this error.
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