Other Parts Discussed in Thread: CC2650, CC2640
IAR ARM 7.3版本,打开最新版的ZHome1.2.2的工程提示以上错误
注,打开BLE的CC2650的工程师没有问题的,IAR的补丁已打好。
请问如何解决?O(∩_∩)O谢谢
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.
原因是因为你拿到的芯片是PG2.1版本的,请做如下的修改,就可以了
Q: I am using pre-release silicon (Rev2.0 or Rev2.1) and my software does not run. When I stop the CPU is stopped in a function called hisCodeIsBuiltForCC26xxHwRev22AndLater_HaltIfViolated. What is wrong?
A:
The default CC26XXWARE path to setup files / drivers is set to support release material (Rev2.2). To run the software on older material this variable needs to be changed.
IAR:
Modifiy CC26XXWARE
LZ.
我也遇到你这个问题了,你的是怎么解决的,
楼上说的
Goto Tools->Configure Customer Argument Variables-->CC26xx TI-RTOS-->CC26XXWARE
Modifiy CC26XXWARE
From: C:\ti\tirtos_simplelink_2_11_01_09\products\cc26xxware_2_20_06_14829
To C:\ti\tirtos_simplelink_2_11_01_09\products\cc26xxware_2_00_06_14829
Delete OS kernel libraries folder: IAR\Application\CC2640\configPkg
Delete OS kernel source build folder: IAR\Config\src
Close workspace and re-open for changes to take effect
是怎么修改?