• 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
  • problem with recursive function
    hi I am calling a function recursively.but it overwrite the locale variables of that function. when function returns it overwrite the values. Regards FarhanArshad
  • How To Make A Recursive Function ?
    Hey fellow programmers. Now Im doing my second semester with programming. Im very good with C++ [B] and objects [B] and other stuff [B] and I am excellent at macros [A]. Ive got a copy of K&R! But...
  • Recursive Function call
    I want to use the recursive function call but i get warning message "Warning L13: Recursive call to segment" though i had declared the funcion as "reentrant". For example my code is like this, ...
  • 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...