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.
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.