Memory allocation problems?

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Memory allocation problems?

    I have strange and unpredictable behavior of my target system running emWIn.
    The same code runs very nice when I try it with the PC simulation.
    So I suspect some memory allocation or leak problems.

    How can I check memory usage of the GUI lib (I am using ST library for STM32F4 )

    Thanks
    Johaana
  • Dear Johanan,

    the IDE you are using should produce a textual file where some useful information about the memory allocation of your project can be found.

    For instace IAR generates a Project.map file in the EWARM\ST324xx...\List directory.

    May be a look at it could provide some suggestions.

    BR,
    Ezio