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?
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...