• LAUNCHXL-F28027F的初步试用


    这一款板子是非常便宜的,根据datasheet的介绍,上面的芯片也是非常经典的。适合入门使用。

    通过试用发现,该demo板的资料还是非常齐全的。同时该芯片的资料也是非常丰富的。

    同时,基于eclipse的CCS官方编译器,目前看到的是免费的(针对C2000),在watch窗口中可以比较实时地查看变量的更新,只是更新速度看起来有点慢。

    IDE:

    Code Composer Studio

    Version: 8.3.0.00009 

    安装时尽量选择默认位置,默认是C盘下面的的ti文件夹。

    c盘下面有文件夹ti,下面有
    c2000  最新推出。需要高版本的IDE和高版本的compiler,才能用起来。
    ccsv8  IDE和编译器。
    controlSUITE 里面有很多资源。

    安装的编译器的版本是 TI v18.1.4LTS

    硬件板子

    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工程,省去了只凭个人摸索的时间。

  • 相关阅读:
    vagrantfile 示例
    服务器raid查看
    redis 使用记录
    golang 典型并发任务
    percona-server-mongodb 通用二进制下载
    命令之iperf-服务器之间网络测速
    用awk在命令行处理分析日志
    python是解释型还是编译型
    使用github action发布python包到Pypi
    算法图解学习系列--第6章--广度优先搜索算法BFS
  • 原文地址:https://www.cnblogs.com/praiseslow/p/12495091.html
Copyright © 2020-2023  润新知