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.
Where can i get help on RV compiler and error messages e.g. error #65 - expected a ;. I checked manuals in starter kit no information on error code or warnings.
Also which is better compiler Real view or CARM?
How can i define a absolute address for a variable while using RV._at doesn't work
I don't want a buffer to initialize at reset how should i define, volatile is not working.
I've the same problem, but the support of keil answer me quickly:
To use __at you need to add the "absacc.h" include using: #include <absacc.h>
Like me you didn't noticed the include in the example provided in the release notes...
Chris.
There is no such file in the entire PC. Are you using STR9 series development kit?
You should use the latest release. This was added recently.
You must use the last version of Keil MDK v3.03a. Download it from the keil website, in product update.
This is a new feature.