• Execute in RAM program loaded on Flash
    Hello, I work with an EASY UTAH board with C161U microprocessor and a Flash ST M29F040B 90K1 on target. I'd like to have my program loaded on Flash but executed on RAM. First I work with the blinky...
  • Execute in RAM program loaded on Flash
    Hello, I work with an EASY UTAH board with C161U microprocessor and a Flash ST M29F040B 90K1 on target. I'd like to have my program loaded on Flash but executed on RAM. First I work with the blinky...
  • Code loaded from SD and executed in the heap.
    Hi all, I am using an NXP LPC2478 with a 16MB external ram that i use as a heap (malloc and free functions) my intent is to produce code that i can load from SD and execute in the heap. so,...
  • Code loaded from SD and executed in the heap.
    Hi all, I am using an NXP LPC2478 with a 16MB external ram that i use as a heap (malloc and free functions) my intent is to produce code that i can load from SD and execute in the heap. so,...
  • 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...