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.
大家好:
第一次用TI的MCU.
目前手头有 TMS570LS04 Development Kit 一套。
现在遇到的问题如下:
1. 演示程序 "Hercules Safty MCU Demos“中的 ”CAN Reader“ 功能一直无法接收到数据。我设置的CAN 通讯为500K,使用示波器观察波形也都正常
2. 我想使用nowFlash通过开发板自带的USB-JTAG将程序下载到MCU中,但是发现nowFlash需要配置一些参数不知道该如何配置,截图如下:
3. 我是用的是CCSV5.3.0 按照光盘中的做法配置Debug 但是在Debug过程中出错提示 ”Texas Instruments XDS100v2 USB Emulator/CortexR4 : Target must be connected before loading program.“
但是我在配置Debug的terminator时已经connect了?
下面附上我配置的Debug和出现的错误:
希望大神不吝赐教,谢谢!
Hi Dave,
您好!
请参考我的回复如下:
1. 请参考Hercues safety demo的例程如下:
The Hercules Safety MCU Demos are designed to highlight key safety, data acquisition and control features of the Hercules platform of microcontrollers. The demos are designed to be run on a PC in conjunction with either a Hercules USB Development Sick or a Hercules Development Kit (HDK).
目前Safety Demo主要针对的是USB Stick: http://www.ti.com/tool/tmds570ls31usb?keyMatch=TMS570%20USB%20STICK&tisearch=Search-EN-Everything
以及 TMS570HDK: http://www.ti.com/tool/tmdx570ls04hdk
您这边用的是我们哪个EVM板呢?应该是我们的Launchpad吧:http://www.ti.com/tool/launchxl-tms57004
如果是TMS570 Launchpad的话,这个safety demo是不支持的,但是代码可以作为参考。
2. nowFlash不太推荐使用,建议如果不用CCS 或者其他IDE仿真调试,直接烧写EVM板的话,用我们的Uniflash,下载链接如下: http://www.ti.com/tool/UNIFLASH?keyMatch=uniflash&tisearch=Search-EN-Everything
3. 您debug是用的自己的project还是TI 提供的demo例程呢?
谢谢!