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

Absolute variable location

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?

Parents Reply Children