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.

CC2652R: Simple Peripheral Project Linker Command File

Part Number: CC2652R

Hello,

I am using CCS Version 10.1.0, XDCTools version 3.61.01.25, Simplelink SDK Version 4.20.00.35, and am compiling my project with TI v20.2.1.LTS.  My OS is 64-bit Windows 10.  My target device is CC2652R1F.  I am programming it via the JTAG interface on the Launchpad.

In developing my Bluetooth application, I have been reviewing the Linker Command File for the Simple Peripheral example project.  I noticed a couple input/output sections that I have not been able to find any documentation on.  These include ".constdata", ".rodata", and ".emb_text".  I have already reviewed the ARM Assembly Language Tools User's Guide, ARM Optimizing C/C++ Compiler User's Guide, and the ARM Compiler User's Guide without any luck.  Are these sections created in one of the BLE stack libraries or are they entirely unnecessary?  I am worried that not allocating them in my linker command file might cause arcane errors to be thrown by the stack.

Thank you for the assistance.