uartecho例程编译烧录设备后,打开SSCOM窗口,使用usb转ttl设备连接串口后,SSCOM串口窗口没有显示数据
代码已设置位重复自动发数据,串口也已确定是连接成功且已打开的,串口线也确认过没接错
Viki Shi:
我没有用过SSCOM窗口,TI官方例程验证用的是putty:
To see the serial output from the kit it is necessary to use a terminal emulator. Start this up now, when you've confirmed that the debugger connection to the device works. There are several options:
PuTTY
Tera Term
RealTerm
Windows PowerShell
Or even just going to the command prompt and typing for example type COM4:.
Type help mode to learn how to set the port parameters.Start your terminal program
Choose 115200 baud as the speed, 8 bit data, 1 stop bit, no parity, no flow control.
Open the serial port
YiKai Chen:
usb转ttl设备连接串口腳位有沒有接對?TX/RX有沒有接反
user6123042:
回复 YiKai Chen:
没有接反,而且正反接法都试过
YiKai Chen:
回复 user6123042:
你硬件是什麼?自己設計的?
user6123042:
回复 YiKai Chen:
我问了硬件工程狮,他说CC2640R2F芯片用的就是TI的,但是硬件电路设计是信驰达的,引脚设计如下图
YiKai Chen:
回复 user6123042:
建議你先試試把P00/P01設置成GPO試試能不能正常輸出高低電位
user6123042:
回复 YiKai Chen:
p00/p01是指DIO_0,DIO_1吗?怎么设置?
YiKai Chen:
回复 user6123042:
使用 dev.ti.com/…/node 的pininterrupt的例程去改
user6123042:
回复 YiKai Chen:
为什么使用这个例程改? 怎么改?
YiKai Chen:
回复 user6123042:
目的測試你的P00/P01線路是不是正常、基本上就是把LED/Button的腳位設置為P00/P01去測試