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.
I use Keil uVision RealView C Compiler and cannot find any C function qualifier like __ram or __ramfunc to enable that function execution from on-chip RAM. Device is AT91SAM7S256, uVision version is 3.50.
Or, maybe, this compiler does not support RAM function definition?
You should already have an example on how to do this. Have a look at the following installed example
C:\Keil\ARM\RV30\Examples\RAM_Function
Thanks a lot. It helps :)
But why RV does not support __ram and other simply to use qualifiers? Why do I need to define RAM block address manually instead of compiler? That is not good, I think...