This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

iar 7.3这么新建一个z-stack工程

Other Parts Discussed in Thread: CC2650, CC2630

菜鸟求教,能否提供CC2650的例程和资料

  • 建议参考官网上给出了例程 http://www.ti.com.cn/product/cn/CC2650/toolssoftware

  •  新建了一个工程,但是在编译时有一个错误

  • 新建一个简单的工程:1.Project ->Create New Project ->Empty project->ok

    2. Add ->Add Files(将 cc26xxware -> driverlib 里面对应外设的.C /.H文件添加到工程中);

    3.Options ->General Options ->Target -> Device(选择TexasInstruments CC2650F125)

    4.File -> Save Workspace

    在编译的时候 显示找不到对应的源文件

     Fatal Error[Pe1696]: cannot open source file "driverlib/crypto.h" C:\Users\Administrator\Desktop\cc 2650 sdk\cc2650_test1\crypto.c 39

     searched: "C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.2\arm\inc\"            

     searched: "C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.2\arm\inc\c\"

  • 我试了很多次,还是不能成功,能不能发一个可以正常使用的历程给我 51262861@qq.com 谢谢

  • 为什么自己要新建一个,利用协议栈中已有的例程 不可以吗?

  • 1.使用C:\ti\tirtos_simplelink_2_11_01_09\tirtos_simplelink_2_11_01_09_examples\IAR\CC2650DK\lcdSmartRF06EB里面的历程在编译的时候 不能通过;

    2.使用协议栈里面的历程\simplelink\zstack_home_1_02_02_42930\Projects\zstack\HomeAutomation\SampleSwitch\CC26xx,编译ZStackCore-EndDEVICE没有错,但是在下载时  不能下载;

    3.在编译SampleSwitch-SmartRF06有这样的错误

  • 下载仿真是没有ccs_base,需要在C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0_2\arm\drivers\ti-xds目录下去安装ti_emupack_setup.exe

    另外在第一次编译SampleSwitch这样Application stack的时候,等的时间需要长一点,中途不要点终止。

  • 1.XDA的驱动已经安装了的C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.2\arm\drivers\ti-xds;

    2.协议栈和IAR安装路径都是默认的,iar安装路径C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.2,协议栈的安装路径C:\ti;

    3.为什么在下载ZstackCore - EndDevice时还是会出现问题,

    4.这是在下载时出现的提示

    5.这是程序下载后运行后的情况

    6.而且SampleSwitch - SmartRF06编译都会有错

    7.协议栈和IAR都重复安装几次了,而且都是按照TI的指导手册弄的,但是一直是这个问题

  • @VV:

    1.tirtos_simplelink_setupwin32_2_11_01_09.exe这个是不是只能安装在win7 32bit的系统,我在官网上只找到这个;

    2.在安装IAR时 ,安装这个对程序的编译和下载应该是没有影响的吧;

  • 看下针对CC2630/CC2650怎么下载程序