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.

cc1310问题,麻烦解答一下

Other Parts Discussed in Thread: CC1310, SEGGER

我第一次接触cc1310,有几个问题想请教一下,这个芯片可以用jtag或jlink调试吗,网上的模块都是433mhz的频段,可以用程序改变吗?

  • CC1310内部包含的是ARM Cortex-M3,

    CCS 优先支持的 XDS 调试器:XDS100v3、XDS110 和 XDS200

    IAR 广泛的调试器支持,支持 XDS100v3、XDS200、IAR I-Jet 和 Segger J-Link

  • 当然可以通过程序改变,当然了,工作频段和硬件设计也是密不可分的

  • 你好  感谢答复。请问有cc1310开发的指导书或者样例吗?我希望能有个东西做个参考。又或者改芯片的开发可以直接参考Cortex-M3的程序?

    希望能再得到你的帮助。

  • 您可以参考官网给出的例程,可以先下载ti-rtos : http://www.ti.com.cn/tool/cn/ti-rtos 

    其中是包含了CC13xx的例程的。

    关于具体应用指南可以参考文档 http://www.ti.com.cn/cn/lit/ug/spruhu7d/spruhu7d.pdf

  • 再次感谢,我都不好意思在问你问题了。。。。(在问一个)

    可以麻烦给我一个cc1310串口通信的例子吗?(请求脸)

  • 打扰您了。我想再问下使用jlink调试是应当注意引脚的对应问题吗?引脚应当怎样相连?应当使用什么连接线?

    先在此谢过了,希望能得到你的帮助。(我是不是太渣了。。。)

  • 关于jlink调试是使用4-pin JTAG,具体可以参考http://processors.wiki.ti.com/index.php/CC13xx_CC26xx_Tools_Overview#Segger_J-Link 以及 https://www.segger.com/jlink-debug-probes.html

  • ti-rtos : http://www.ti.com.cn/tool/cn/ti-rtos 内应该是包含了UART的例程的

  • 可以看看C:\ti\tirtos_cc13xx_cc26xx_2_20_00_06\examples\IAR\CC1310_LAUNCHXL\uartecho

  • ti官网的信息是ccs也能用jlink调试ccs1310了,请问只要是最新版本的ccs就可以用 segger jlink吗?再次先谢过了。

  • 参考 https://www.deyisupport.com/question_answer/wireless_connectivity/f/45/t/102838.aspx 

     的回复:

    http://processors.wiki.ti.com/index.php/J-Link_Emulator_Support#Supported_Target_Hardware

    暂时JLINK还不支持CCS下调试CC13XX,这块还在和Segger谈

    所以暂时可以两选一,用Jlink+IAR,或者CCS下XDS100v3 or XDS200,


  • 很抱歉再打扰你,我在进行串口通信电路设计时发现没有相应的引脚(可能是我太菜了。。。。)同时也没有发现GND(48个引脚的封装)。真的感谢你呀。回答了我这么多问题。

  • The UART driver simplifies reading and writing to any of the UART
    * peripherals on the board with multiple modes of operation and performance.
    * These include blocking, non-blocking, and polling as well as text/binary
    * mode, echo and return characters. The board's UART pins must
    * be configured before initializing the UART driver. The application
    * initializes the UART driver by calling UART_init() and is then ready to
    * open a UART by calling UART_open(), passing in a UART parameters data
    * structure.

    打扰了,官网上介绍的是“”所有数字外设引脚均可连接任意GPIO“”,但是我刚开始用ccs,不知道怎样找到UART_init() 这个函数对串口的IO引脚进行修改。还请指点一下。还有就是能烦请你解释下“”所有数字外设引脚均可连接任意GPIO“”的具体意思。感谢感谢。

  • 开发工具建议楼主用xds100v3或者xds110

  • 你好,你可以在 CC1310_LAUNCHXL.h  和 driverlib/ioc.h 文件修改你想要的引脚