View previous topic :: View next topic |
Author |
Message |
JBM
Joined: 12 May 2004 Posts: 54 Location: edinburgh, Scotland
|
CCS FAQ no. 13 |
Posted: Mon Oct 17, 2005 10:30 am |
|
|
Quote: | Ensure the size of the stack required by the interrupt plus the size of the stack already used by main() wherever interrupts are enabled is less than 9 |
-from faq 13 on the CCS site
I'm guessing this only applies to PICs with an 8 level hardware stack. The 18F series have 32 levels in hardware unless I'm mistaken, so I assume this FAQ is just a little outdated.
Or I'm really stupid. That's quite possible
-JBM |
|
|
Guest
|
|
Posted: Mon Oct 17, 2005 10:54 am |
|
|
Quote: |
I'm guessing this only applies to PICs with an 8 level hardware stack.
|
Your assumption is right !!!
Quote: |
Or I'm really stupid. That's quite possible
|
Is right your assumption ?
cheers,
Humberto |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Mon Oct 17, 2005 11:51 am |
|
|
Didn't the statistics file ((in the past)) give the tree/stack count??
or was it a different file.
I remember seeing it somewhere,... so you don't have to count from the tree
file. |
|
|
JBM
Joined: 12 May 2004 Posts: 54 Location: edinburgh, Scotland
|
|
Posted: Mon Oct 17, 2005 2:55 pm |
|
|
Top of the .LST file |
|
|
|