Resources for memory management in embedded application

前端 未结 7 743
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-31 17:50

How should I manage memory in my mission critical embedded application?

I found some articles with google, but couldn\'t pinpoint a really useful practical guide.

相关标签:
7条回答
  • 2020-12-31 18:31

    There's no way to be 100% sure.

    You may look at FreeRTOS' memory allocators examples. Those use static pool, if i'm not mistaken.

    0 讨论(0)
提交回复
热议问题