Forum Discussion
Altera_Forum
Honored Contributor
19 years agoISR stack
Hi all,
what stack does ucosii use when entering an ISR?the interrupted task stack or the system stack? tnx3 Replies
- Altera_Forum
Honored Contributor
Hi,
If you define an exception stack, then it should be the target stack. If no, it should be system stack... - Altera_Forum
Honored Contributor
Thanks for your reply David_Cai,
but now I have this problem: in the system library page, if I include ucosii I can't set the option "use a separate exception stack".Is it normal and why? tnx in advance bye - Altera_Forum
Honored Contributor
I think it's normal.
Maybe it will lower system complexity.