This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to resolve *** error 129, line 1139: internal heap exhausted (32768)

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.

Parents Reply Children
  • 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.