Question
osMemoryPoolDelete or osMemoryPoolFree ?
Hi,
I have allocated memory pool for my doubly linked list using
osMemoryPoolNew
I want to be able to insert and delete nodes to the doubly linked list. My question is , When I am deleting the node I am unsure if I have to using osMemoryPoolDelete or osMemoryPoolFree.
I know I should be using FREERTOS vPortFree . But I am unsure in CMSIS context. Can anyone please clarify this .
Thanks
