标签:http currently 变量 经典的 down 错误 也会 ble option
这一款板子是非常便宜的,根据datasheet的介绍,上面的芯片也是非常经典的。适合入门使用。
通过试用发现,该demo板的资料还是非常齐全的。同时该芯片的资料也是非常丰富的。
同时,基于eclipse的CCS官方编译器,目前看到的是免费的(针对C2000),在watch窗口中可以比较实时地查看变量的更新,只是更新速度看起来有点慢。
IDE:
Code Composer Studio
Version: 8.3.0.00009
硬件板子:
C2000 Piccolo LaunchPad
LAUNCHXL-F28027F
板子上自带的(还有隔离功能)调试器:
XDS100v2 USB Debug Probe
如果发现有以下报错:
Buildfile generation error occurred..
This project was created using a version of compiler that is not currently installed - 6.4.2 [C2000]:
- See ‘Help > Install New Software‘ and select ‘Code Generation Tools Updates‘ to check if this compiler is available through a CCS update.
- Visit CCS App Center to get the latest compiler support.
- Or download and install the compiler [http://software-dl.ti.com/codegen/non-esd/downloads], then register it with CCS through ‘Preferences > CCS > Build > Compilers‘.
Build stopped..
解决方法:
右键在项目的属性中沿着一下路径进行设置:
Bulid -> C2000 Compiler -> Advanced Options -> Assembler Options
勾选掉其中一个编译选项就可以了。其实进入这个界面也会看到有一个错误警告。不勾选之后,警告消失。可以顺利编译通过,然后就可以下载了。
同时,由于电脑上也安装了controlSuite,可以在
View -> Resoures Explorer Classic 中查看到controlSuite的界面,非常实用。可以导入demo工程,省去了只凭个人摸索的时间。
标签:http currently 变量 经典的 down 错误 也会 ble option
原文地址:https://www.cnblogs.com/praiseslow/p/12495091.html