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

使用Sensor controller studio生成的代码编译出错

使用Sensor controller studio生成的代码编译出错

初次使用该类型芯片,不知上述错误如何解决。希望大侠指导。

Viki Shi:

首先请参考一下SCS的用户手册:
software-dl.ti.com/…/uart_emulator__1.html
或者打开软件,按F1即出现help文档。

其次,请注意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生成的代码编译出错
分享到: 更多 (0)