• 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, ...
  • 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...
  • 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...
  • Problem with recursive ISR
    Dear All, My requirement is: If a particular byte is received thro UART0, I have to do some action which will take more than 500 ms. I cant do those actions in the ISR itself as it takes a long time...
  • can not perform recursion function correctly
    hi: I want to use recursion function to transform a integer from binary form to ascii form. But the result is wrong.I don't why ,please help to analyse. soure code: void binary_to_ascii(unsigned...