I want to know what is the Nested Calls Limitations. I am using MikroC for PIC programming.
It says following limitations,
mikroC PRO for PIC limits the number of non-recursive nested calls to:
- 8 calls for PIC12 family,
- 8 calls for PIC16 family,
- 16 calls for PIC16 Enhanced family.
- 31 calls for PIC18 family.
is It external functions call limitations or If else or loop call limitations? What Nested Calls? How to count in the code to identify whether it is excited or not?
Example for PIC16 without any interrupts:
This code is fine:
This code is not fine: