Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello All, I successfully integrated segger's RTT and system view to my project and can see monitor the freertos task. I am now trying to integrate heap allocation feature, this is specifically desired for the malloc and not for freertos heap. I am using Keil for project compilation and here is my attempt to view heap In main: Source Code (6 lines) and in one of the task I have following code: Source Code (5 lines) Segger's system view gives following output, please see attached image I am not s…