stevech
Joined: 23 Feb 2006
Posts: 657
|
|
Posted: 17 November 2006, 3:46 AM Post subject: |
|
|
Just an update - with this task-has-exited checking, my application has been running reliably now for several days. It runs with 600 interrupts/sec from two sources and executes about 8 tasks, some of which are using dynamically allocated and released RAM for stack space (for dormant tasks).
I have a bit of code to check and display RAM usage so I can see if there are "memory leaks". All's OK.
The new VM will allow the task-has-exited checking to be simplified. |
|