• how to disable another load process?
    I wanna make the load button gray after user pressed the button. you know, another load process will be executed after the current one is completed, if the load button is double-clicked. Karah
  • Relocating
    I have my progam code in the flash memory including read multimedia card and write to flash memory. I want to copy this code with the library functions used to other memory (RAM) region to executing...
  • Relocating the vector table
    The board I'm using is the phyCORE-167HSE with ST10F269 processor intern: 256kB flash,; 8 + 2kB GP-RAM 2kB IRAM; Extern: 1MB flash on /CS0: 512kB RAM on /CS1 4kB UARTon /CS2 512kB RAM at /CS3...
  • Relocation function into XRAM
    Dear ALL! Who have experience with relocation function from external Flash ROM into XRAM using function pointer. What there have to be in *.lin file? Thanks
  • Relocating all Code
    Hi, My boot code copys all code from Flash into faster SRAM for execution on startup. How can I relocate all of the code to ensure the jumps work. I've read App note 138 about relocating functions...