This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERROR 65

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.

Parents
  • 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

Reply
  • 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

Children