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