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.

CC256x + TM4C1230H6PM dev issue

Other Parts Discussed in Thread: TM4C1230H6PM, CC256XM4BTBLESW

Hello,

I am trying to develop an Bluetooth LE application running on the TIVA TM4C1230H6PM.

I have tried to compile one of the software packages supported from TI, which is named  “Bluetopia V1.1 release, CC256XM4BTBLESW ”. Among several application examples in the software packages, we selected the “SPPLE” application.There are two main questions on it.

First of all, when the application was compiled by Keil compiler, there are several information of the application like “Program Size: Code=153176 RO-data=26276 RW-data=828 ZI-data=25276 ”. The information shows us that the RAM size for bluetooth program is 26106(RW-data+ ZI-data). However, a problem is here. Actually, another RAM size about 9~10K will be required for our product. Therefore, because of too much allocation of the bluetooth RAM size, the total size of RAM including in user space and bluetooth space will be larger than 32K which is limitation of TIVA CPU.

The second question is about if the software package is available to run the software on operating system or not. When the software package is installed in my computer, the folder name was “NoOS”. Moreover, when I tried to create 2 more tasks on the software package, there was no response from bluetooth stack provided from StreetStone. When we asked to StreetStone about this issue, they told us that the software package will support not the multi thread operating system but the single thread operating system.

Thank you very much for your help.