Other Parts Discussed in Thread: CC2640R2F, SYSBIOS, CC2640
Hi TI members,
Below is my building environment:
|
Code Composer Studio |
12.3.0.00005 |
|
SimpleLink SDK |
7.10.00.35 |
|
XDCtools |
3.62.1.16_core |
We are working on migrating an old project from CC2640R2F to CC2340R5.
I found a function called "DevInfo_AddService()" originated from PROFILES/devinfoservice.c.

I'm not sure if this file is originally generated by SDK or user-defined?
Plus, I also found some functions under PROFILES/simple_stream_profile_server.c, but still not sure where did this file come from?

Another one is C:\ti\simplelink_cc2640r2_sdk_3_40_00_10\kernel\tirtos\packages\ti\sysbios\knl\Task.h, I have some functions defined in it, but I didn't find "Task.h" in CC22340R5 sample codebase.

Furthermore, in Task.h, it would also called a header file "xdc/std.h", and std.h called "ti/targets/select.h".
But "ti/targets/select.h" could only be found in C:\ti\simplelink_cc2640r2_sdk_3_40_00_10\kernel\tirtos\packages\ti\targets\select.h. I didn't find any similar file under SimpleLink SDK 7.10.00.35 's path.
Please help us clarify how to use/find these functions in CC2340 codebase.
Thanks.
BR,


