• How to execute a function in RAM ?
    Hello everyone, I am using an evaluation version of uVision and the RealView tools, and I am working with an AT91SAM7S256. For a while now, I have been trying to get a C function to execute in RAM...
  • Execution of functions from internal ram
    Hi, Controller is STR912 FA and compiler is IAR workbench I loaded the function definition in ram using Pragma statement, its copying properly. But while executing the same function from RAM using...
  • How to force function execution from on-chip RAM
    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...
  • XE164 how to locate a function to be executed from ram?
    how can i arrange that a C-function is executed from ram with keil uvision3 and C-Code? i need it for a bootloader.
  • How to execute code from RAM
    Hello to everyone. How can i execute code from RAM? I want to write a Fast interrupt-Routine, it will be called by Timer-Interrupt 200000 times per second. The MCU is a ADUC7126 from ADI. The compiler...