• how to execute function from RAM
    Hi, I apologize if this question has been asked before but I couldn't find an answer. I want to clear GPNVM2 bit but to do that I need to copy the function that does that to RAM and run it from...
  • how to execute function from RAM
    Hi, I apologize if this question has been asked before but I couldn't find an answer. I want to clear GPNVM2 bit but to do that I need to copy the function that does that to RAM and run it from...
  • 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...
  • 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.