Hello, is it possbile to get continual data about how much of the heap is used in runtime the same way you can get about the stack?
Hello, is it possbile to get continual data about how much of the heap is used in runtime the same way you can get about the stack?
Hi,
When you use a zephyr heap, you can register a heap listener:
https://docs.zephyrproject.org/apidoc/latest/group__heap__listener__apis.html
Although this is a somewhat different subject, there's discussion around the API here:
Kind regards,
Håkon