本帖最后由 t.jm 于 2011-7-13 14:19 编辑
你看我的测试:
1)失败
Wed Jul 13 14:19:09 2011: Interface dll version 2.4.6.1
Wed Jul 13 14:19:09 2011: Device : MSP430F20x3
Wed Jul 13 14:19:09 2011: External voltage : 0.0 V
Wed Jul 13 14:19:09 2011: VCC voltage : 3.5 V
Wed Jul 13 14:19:09 2011: Failed to load debugee:\Debug\Exe\psiGauge.txt
2)成功
Wed Jul 13 14:20:18 2011: Interface dll version 2.4.6.1
Wed Jul 13 14:20:18 2011: Device : MSP430F20x3
Wed Jul 13 14:20:18 2011: External voltage : 0.0 V
Wed Jul 13 14:20:18 2011: VCC voltage : 3.5 V
Wed Jul 13 14:20:21 2011: Download complete.
Wed Jul 13 14:20:21 2011: Loaded debugee: \Debug\Exe\psiGauge.d43
Wed Jul 13 14:20:21 2011: Target reset
1)中的出错与你的情况一致,是设置问题。你的也应该是link->ouput设置问题,调试要生成*.d43的文件而不是*.txt文件。
|