I am working on project with AT8052 with keil While doing C coding i have created many functions at certain situation multiple nesting of functions occur which may be avoided with some effort. Since 8051 stack is inside the internal RAM itself and i am not using any external data memory, should i avoid multiple nesting of function as it may occupy more RAM area. Regards Nitin
View all questions in Keil forum