• RAM, ROM and runtime calculation
    Hi, How can i compute the ROM, RAM size and runtime consumed by a function in C. For example: void main() { ... f(); } f() { ... ... } How can i compute the RAM, ROM and runtime...
  • 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...
  • How to load and execute from RAM
    As I understand we must define both RAM_MODE and REMAP in ASM settings, but what about the linker settings ?
  • 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...
  • Runtime programming FLASH with data
    I use the MCB-STR9 eval board. I use Flash Bank 0 for program and Flash Bank 1 for my Parameter. Do write some Parameters I have to clear the first sector of this Bank while runtime. But I got a...