Part Number: CC2642R
Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hi,
we’re developing a product using CC2642 and need to measure RAM allocation in runtime, to evaluate max number of connected BLE devices.
Stack we use:
HW: CC2642/CC2652 Development board
IDE: CCS 8.3.0 or CCS 9.0.0
SDK: simplelink_cc13x2_26x2_sdk_2_40_00_81
XDC: xdctools_3_51_01_18_core
Use case: Run TI example app “simple central” on CC2642/52 DevelopmentKit and measure runtime RAM usage.
Tools we tried:
Memory allocation: This is just static analysis of project's code, no real time RAM usage...
RTOS Object View (ROS): While application runs, there's no data ("Target Running" message is shown). After debug pauses, we get this message, instead of detailed table.
Runtime Object View (ROS2): We had big bet on this one.. But it also doesn't work as expected. Not all charts are working as is obvious from the image. Stack Space also works just after application run, and then not anymore. We can't trust this statistic.
Memory Browser: Thanks God, this works. We can check manually RAM memory space (0x20000000 - 0x20013FFF). And manually estimate RAM usage (and hopefully not make any error). But really?? TI doesn’t have better tool?
Question: How to simply see RAM usage statistics in runtime, in order to evaluate MCUs resources? We went through all the forum posts and guidelines and this is actually outcome which we have. The only working solution is MemoryBrowser, any of other tools isn't working (not even a little bit).
Is it possible that is something set bad? We have completely clean installation of all packages and IDEs and experience was the same.
I hope you answer this question clear here. It will definitely help to all others facing the same issue in future!
Thanks
Kind Regards





