static allocation is the recommended mechanism in embedded code for reliability reasons, you have thought about you worst-case allocation and accounted for it... right?
Also fragmentation and dynamic behaviour are bad things when your code has to run "forever".
No comments yet.