用户工具

站点工具


cc2640r2f:development_environment_set_up

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
后一修订版 两侧同时换到之后的修订记录
cc2640r2f:development_environment_set_up [2017/09/01 16:51]
long
cc2640r2f:development_environment_set_up [2017/09/01 21:25]
long
行 16: 行 16:
 Civil(民用) Civil(民用)
 ``` ```
 +
 我们这里选择 BLE-STACK V3.0.1 (Support for CC2640R2F), 成功下载`simplelink_cc2640r2_sdk_x_xx_xx_xx.exe` 安装包后,直接双击安装。 我们这里选择 BLE-STACK V3.0.1 (Support for CC2640R2F), 成功下载`simplelink_cc2640r2_sdk_x_xx_xx_xx.exe` 安装包后,直接双击安装。
 >**注意**:这里请选择默认路径安装,也就是`C:\ti\simplelink`。如果C盘存储空间不够,请清理后安装,后面我们会详细讲解其他非默认目录安装。 >**注意**:这里请选择默认路径安装,也就是`C:\ti\simplelink`。如果C盘存储空间不够,请清理后安装,后面我们会详细讲解其他非默认目录安装。
行 22: 行 23:
 同CC2640不一样,CC2640R2已经整合了TI-RTOS和BLE-Stack到SDK发布。所以安装过程并不会提示用户弹出安装TI-RTOS,成功安装后我们需要仔细阅读下RleaseNote。 同CC2640不一样,CC2640R2已经整合了TI-RTOS和BLE-Stack到SDK发布。所以安装过程并不会提示用户弹出安装TI-RTOS,成功安装后我们需要仔细阅读下RleaseNote。
 ![](http://www.leconiot.com/md_res/cc2640r2f/get_started/development_environment_set_up/Images/InstallFinish.png) ![](http://www.leconiot.com/md_res/cc2640r2f/get_started/development_environment_set_up/Images/InstallFinish.png)
-在 [SIMPLELINK_CC2640R2_SDK 1.35.00.33 Release Notes](file:///C:/ti/simplelink_cc2640r2_sdk_1_35_00_33/release_notes_simplelink_cc2640r2_sdk_1_35_00_33.html) `Dependencies` 我们能够知道官方在IAR **EWARM-7.80.3** 和 **CCS-7.01.00.00016** 上编译测试的。+在 [SIMPLELINK_CC2640R2_SDK 1.35.00.33 Release Notes](http://www.leconiot.com/md_res/cc2640r2f/get_started/development_environment_set_up/Files/release_notes_simplelink_cc2640r2_sdk_1_35_00_33.html) `Dependencies` 我们能够知道官方在IAR **EWARM-7.80.3** 和 **CCS-7.01.00.00016** 上编译测试的。
 关于IDE的选择,我们不明显对比各自的优劣,只是在TI SimpleLink 产品布局来看,会逐渐削弱IAR的重要性,取而代之的是CCS,在CC13xx/C26xx 一些Release SDK来看,部分已经不支持IAR了。但是对于开发者来说,去熟悉、熟练使用一款工具本来需要做到信手拈来。暂时地,我们这里还选择IAR。 关于IDE的选择,我们不明显对比各自的优劣,只是在TI SimpleLink 产品布局来看,会逐渐削弱IAR的重要性,取而代之的是CCS,在CC13xx/C26xx 一些Release SDK来看,部分已经不支持IAR了。但是对于开发者来说,去熟悉、熟练使用一款工具本来需要做到信手拈来。暂时地,我们这里还选择IAR。
  
行 37: 行 38:
  
 ### 使用 ### ### 使用 ###
-对于IAR使用,参考<a href="..\..\cc2640r2f_software_hadware_architecture\iar\development_with_iar.html">使用IAR进行开发</a>+对于IAR使用,参考<a href="http://docs.leconiot.com/doku.php?id=cc2640r2f:cc2640r2f_architecture:iar:development_with_iar">使用IAR进行开发</a>
 ## CCS ## ## CCS ##
 ### 安装 ### ### 安装 ###
行 56: 行 57:
  
 ### 使用 ### ### 使用 ###
-对于CCS使用,参考<a href="..\..\cc2640r2f_software_hadware_architecture\ccs\development_with_ccs.html">使用CCS进行开发</a>+对于CCS使用,参考<a href="http://docs.leconiot.com/doku.php?id=cc2640r2f:cc2640r2f_architecture:ccs:development_with_ccs">使用CCS进行开发</a>
 ## 其他工具 ## ## 其他工具 ##
 同时我们详细讲解了以下工具的安装使用: 同时我们详细讲解了以下工具的安装使用:
-* <a href="..\..\tool_kits\packet_sniffer\packet_sniffer.html"> Packet Sniffer </a> +* <a href="http://docs.leconiot.com/doku.php?id=cc2640r2f:tool_kits:packet_sniffer:packet_sniffer"> Packet Sniffer </a> 
-* <a href="..\..\tool_kits\btool\btool.html">BTool</a> +* <a href="http://docs.leconiot.com/doku.php?id=cc2640r2f:tool_kits:btool:btool">BTool</a> 
-* <a href="..\..\tool_kits\ble_device_monitor\ble_device_monitor.html">BLE Device Monitor</a> +* <a href="http://docs.leconiot.com/doku.php?id=cc2640r2f:tool_kits:ble_device_monitor:ble_device_monitor">BLE Device Monitor</a> 
-* <a href="..\..\tool_kits\sensor_controller\sensor_controller.html">SensorController</a>+* <a href="http://docs.leconiot.com/doku.php?id=cc2640r2f:tool_kits:sensor_controller:sensor_controller">SensorController</a>
 ## 编译第一个工程(simple_peripheral) ## ## 编译第一个工程(simple_peripheral) ##
  
-参考 <a href="..\..\get_started\first_build\first_project_buid.html">编译第一个工程(simple_peripheral)</a>+参考 <a href="http://docs.leconiot.com/doku.php?id=cc2640r2f:get_started:first_build:first_project_buid">编译第一个工程(simple_peripheral)</a>
  
 ## 运行第一个工程(simple_peripheral) ## ## 运行第一个工程(simple_peripheral) ##
  
-参考 <a href="..\..\get_started\first_example\first_example.html">运行第一个工程(simple_peripheral)</a>+参考 <a href="http://docs.leconiot.com/doku.php?id=cc2640r2f:get_started:first_example:first_example">运行第一个工程(simple_peripheral)</a>
  
 ## 加入我们 ## ## 加入我们 ##
cc2640r2f/development_environment_set_up.txt · 最后更改: 2021/06/22 23:14 (外部编辑)