Forum Discussion
Altera_Forum
Honored Contributor
19 years agoUnexpected breakpoints
I have recently build up a section of my code, added a task to the system and now I am not able to run the software at all. The debuger stops every moment on modules like alt_irq_handler and ot...
Altera_Forum
Honored Contributor
19 years agoI have found the problem - looks like there was not enough stack size for the new task I have added in the micro-C/OS-II.
I have increased 1k to 4k and debugger started working fine... I had to increase the stack size even above 4k to get the task working as expected.