• 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...
  • Recursive functions & XRAM variables
    Hi, how do I programm a recursive function? The compiler always puts variables in registers, therefore the function cannot be called recursivly. An other question, how do I put variables in XRAM...
  • relocation of function
    Hi, I would like to locate code of the function on the absolute address in a code memmory (analogous to absolute variable location : int code i _at_ 0x2000;) - is it possible in some way? Thanks, Peter...
  • USERSTACK in XRAM
    I've put the USERSTACK in XRAM (C161 internal ram, 0xE000 to 0xE800) (cf AN Keil APNT_124 + U3 directive). The project work well and execution speed is improved (local variables in XRAM!). But, there...
  • Relocating Keil Library Functions
    Hello all, I am working on a Bootstrap Loader which will receive the new program over CAN. To be safe, I will use a CRC algorythm to check for inconsistencies. Now, my problem is as follows:...