在CCS中导入了SCS中的uart Emulator项目之后,进行编译,会出现报错:#1965 cannot open source file "ti/boards/CC26X2R1_LAUNCHXL/Board.h"
请问该如何解决,谢谢
Viki Shi:
请问你的CCS版本是多少?
user6502696:
回复 Viki Shi:
CCS版本是 Version: 10.1.0.00010
user6502696:
回复 Viki Shi:
CCS版本:Version: 10.1.0.00010
Viki Shi:
回复 user6502696:
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
user6502696:
回复 Viki Shi:
好的,我先看看