On my program for the LPC2129 using the RealView toolchain, For this line of code: unsigned int StandardFilter[2] _at_ 0xE0038000;
I get the following error: CAN_RX.C(31): error: #65: expected a ";"
Now i understand from http://www.keil.com/forum/docs/thread8677.asp that this can be removed by including the absacc.h but i am NOT able to find the header in C:\Keil\ARM\RV30\INC Where can i get this header?
Yes Andy, i had referred to the online help:http://www.keil.com/support/man/docs/armccref/armccref_ch04s05s02.htm
But when had i compiled the code, there was this warning: CAN_RX.C(30): warning: #1207-D: attribute "at" ignored
Does that mean that the linker has not mapped the variable to the specified address ?
Thanks.