This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHCC3220MODASF: Stack Usage View strange view

Part Number: LAUNCHCC3220MODASF

Hello all,

I use the CCS11.1.0.00011 in combination, simplelink_cc32xx_sdk_5_30_00_08 the  for my project.

The Stack Usage View for my project doesn't work as expected.

The picture shows two stack views of the same functions. The first part shows the stack usage of my project and the second that one from the SDK sample tcpechotls.
I choosed it because it also uses pthread-functions.

The strange things for the stack view of my project (upper part in the picture) are:

  • the graphs are not colered
  • the Exclusive Size is only shown after the function entry is expanded (before that it is shown as 1)
  • the Inclusive Size of the function SlNetIfWifi_getIPAddr is lower than the stack sizes of the sub-functions, e.g. the stack size of the function matchModeByRole is not taken into account for the Inclusive Size

I use the standard memory settings of the CCS. My system has 32 GByte of RAM.

What's going wrong?

Best regards,
Roman