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内部包含的是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
打扰您了。我想再问下使用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
可以看看C:\ti\tirtos_cc13xx_cc26xx_2_20_00_06\examples\IAR\CC1310_LAUNCHXL\uartecho
参考 https://www.deyisupport.com/question_answer/wireless_connectivity/f/45/t/102838.aspx
Butterfly 的回复:
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“”的具体意思。感谢感谢。