SDK中的这几个文件有什么区别,求解,还有是不是只有2560em里面的例程可以选择CC2640的封装尺寸,其他文件中例程里的CC2640是哪个封装尺寸的
Viki Shi:
这个是根据不同的板子划分的。比如说CC2650bp就是CC2650 Module BoosterPack,cc2650em就是CC2650 evaluation module。
CC2650/40两者代码兼容,如果是封装问题,这个可以改设置的。
Viki Shi:
CC2640 4*4与7*7:https://www.deyisupport.com/question_answer/wireless_connectivity/bluetooth/f/103/t/99236.aspx http://www.deyisupport.com/question_answer/wireless_connectivity/bluetooth/f/103/t/98642.aspx 5*5与7*7: https://www.deyisupport.com/question_answer/wireless_connectivity/bluetooth/f/103/t/104028.aspx
user4411772:
回复 Viki Shi:
像在CC2650lp中的例程设置
它不像CC2650em中明确写出7X7,5X5,4X4封装类型,它没有写出它属于哪个封装的,CC2650_LAUNCHXL不知道怎么修改
Viki Shi:
回复 user4411772:
这么多板子中,几个主要例程都是包含的,simple_broadcaster,simple_central这些,而且CC2650em中例程是最多最全的。如果不是CC2650_LAUNCHXL的板子,为什么要用CC2650_LAUNCHXL的例子?
user4411772:
回复 Viki Shi:
因为要用multi_role例程,而multi_role例程不在CC2650em中,它默认的是CC2650_LAUNCHXL
Viki Shi:
回复 user4411772:
multirole的例程请直接看这边:http://processors.wiki.ti.com/index.php/Cc2640_MultiRole_Demo
user4411772:
回复 Viki Shi:
这个MultiRole Demo,在stack中会编译错误,求解
Viki Shi:
回复 user4411772:
编译器版本是什么?这种报错很可能是版本不对
user4411772:
回复 Viki Shi:
IAR 7.8版本,其他例程都能编译成功