TI中文支持网
TI专业的中文技术问题搜集分享网站

Sensor Controller Studio 导出的工程和CC1310_LAUNCHXL\ti154stack里的历程怎么结合使用?

Sensor Controller Studio 导出的工程和C:\ti\simplelink_cc13x0_sdk_4_10_00_10\examples\rtos\CC1310_LAUNCHXL\ti154stack的collector  sensor直接用。

TI提供了15.4的例程和工具,我没看到这两者之间的联系和使用帮助。有相关的入门指导吗?

Viki Shi:

SCS生成的代码集成到CCS:
Which Files Do I Need to Add to My Application/Project?
(Optional) Move the SCS project file (.scp) into your project folder and set the Source code output directory to your source project folder. Then the SCS compiled source files (driver and framework) will be updated directly in your application workspace.

SCS will generate the following files that you need to include (mandatory) in your project:
– scif.c ( AUX RAM Image, IO Mapping, SC RAM variables memory address, some low level functions)
– scif.h
– scif_framework.c ( General Driver Framework )
– scif_framework.h
– scif_osal_tirtos.c ( OS Specific )
– scif_osal_tirtos.h

我们有个添加SCS代码到project0的指导文档,照此做即可:www.ti.com/…/swru537.pdf

赞(0)
未经允许不得转载:TI中文支持网 » Sensor Controller Studio 导出的工程和CC1310_LAUNCHXL\ti154stack里的历程怎么结合使用?
分享到: 更多 (0)