MikroC PIC 16F877A Interrupt – Not Enough RAM for Call Stack

Home Forums Microcontrollers PIC Microcontroller MikroC PIC 16F877A Interrupt – Not Enough RAM for Call Stack

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13483
    Mouad Barzani
    Participant

    Hi, My Project is automatic irrigation
    When I build my program without interruption it works but when I add void interrupt it shows up a mistake “NOT ENOUGH RAM FOR STACK” as the picture and folders of MikroC show.

    #13488
    Ligo George
    Keymaster

    It seems like you are trying to do RAM consuming operations (strings etc) in the interrupt routine. Just post your complete MikroC code here.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
>