Hi ,
I am Writing .ini file to modify the Global Variables with some time response, (I am using Signal to generate interrupts ) As I am exceeding the case values more than 60 I am getting this Error(192 Internal heap exhausted ).
Can any one help me how to control this Issue
Kind Regards, Charan.
The error you posted does not match the description of Error 129 in either the C251 or the C51 Manuals:
http://www.keil.com/support/man/docs/c251/c251_c129.htm
http://www.keil.com/support/man/docs/c51/c51_c129.htm
So what toolset are you using?
And where, exactly, did you get this message?
And have you looked it up in the appropriate documentation?
Hi,
I am using C51 Tool Set
I am running a signal(in while(1) loop) and there is a switch case in that signal, I am incrementing case value and verifying the Global Variables which are in .c files.
I see this error If I consider more than 60 case statements.
Note:- (It occurs at compilation time).
Regards, Charan.