Hi,
I am using PICs after a very long time. Also using CCS PICC(5.109) with MPLAB-X(6.0) just to get hang of it again.
Compiled a small project for PIC16F15386 successfully and it so far is running ok.
But looking at list file generated by compiler, I go this...
ROM used: 1306 words (8%)
Largest free fragment is 2048
RAM used: 84 (4%) at main() level
118 (6%) worst case
Stack used: 0 locations
Stack size: 16
There are actually 'CALL's present in the code, this summary simply doesn't report it.
Interesting thing is, there is also 1 interrupt enabled(TIMER0) which in turn in calling functions 2 level deep, even that isn't showing up in LST file summary.
The '.TRE' file also shows CALLs. Obviously mismatch between .TRE & .LST file summary.
Is it something to do with some MPLAB setting ? Or is it some bug with this particular version of PICC?
Thanks,
sam_des