• Download test program to RAM & execute
    Hello. I use ST10F276. Application "main" is already programmed in FLASH. I need to download "test" application in RAM for testing hardware. How can i do this? "Main" application must work after reset...
  • Download test program to RAM & execute
    Hello. I use ST10F276. Application "main" is already programmed in FLASH. I need to download "test" application in RAM for testing hardware. How can i do this? "Main" application must work after reset...
  • Download a routine to SRAM and run it
    Hi, I am using C167 v6.08 Keil uV3 and XC167CI. Is it possible to download a routine to SARM (either internal or external) and then start to run it from SRAM ? let me make requirement more detail...
  • Run a code from RAM
    I have 32k code and xdata - 32KB size in my design. If i want to place a C function into RAM and execute from the RAM how should i do it?what are all the settings i need to do? whether can it be done...
  • Code run from RAM that can program itself
    I am building a USB bootloader that needs to be able to reprogram both an application and itself in flash. As a result I have looked into an approach like in the RAM_Function example where the code I...