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? With IRAM it works because of the iram specifier. Is there something similar for XRAM? Thanks for help Bert Weber
how do I programm a recursive function Take a look at the reentrant function specifier. Jon