Resources for memory management in embedded application

前端 未结 7 749
爱一瞬间的悲伤
爱一瞬间的悲伤 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.

提交回复
热议问题