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.

CC1312R: Ti 15.4 stack source code

Part Number: CC1312R
Other Parts Discussed in Thread: TIMAC

Hello,

Developing outside CCS environment, I had to build project using command line and I got very curious about the source code of the ti stack.

There is a linker script named "timac_rom_PG2_0_rom_api_linker.cmd" in which several number of symbols are defined. But I still did not manage to find any implementations of these symbols/functions inside the SDK repositories. For example "MAC_MlmeAssociateReq", which is called from "ApiMac_mlmeAssociateReq", it is supposed to be implemented in "mac_device.c" but this file is not present.

Is the 15.4 stack source code unavailable to public, if not where can I found the implementations of these symbols ?

Thanks