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.

cc3200使用simplelink时出现错误

Other Parts Discussed in Thread: CC3200, UNIFLASH

大家好

第一次使用ti的产品,我在用cc3200的评估版测试CC3200CloudDemo时出现了一些问题

开始时能顺利运行,cc3200能与云交互

然后我打算将cc3200与云端交换的数据传到另一个开发板上,

所以我在pinmux中加了MAP_PinTypeUART(PIN_07, PIN_MODE_5); 作为uart的tx  与另一个开发板相连

但debug时将另一块开发板与cc3200的p07相接,ccs会出现与设备断开

若干次后,现在单独运行CC3200CloudDemo都不行了(即没有与另一个开发板连接)

程序在执行sl_Start(NULL,NULL,NULL) 就会出错,错误信息如下:

Cortex_M4_0: Error
Cortex_M4_0: Unable to determine target status after 20 attempts

也尝试过uniflash3.2,企图将cc3200还原,uniflash中没出现错误信息,但cc3200在debug时依然出错

操作步骤如下:

format->service pack update->program

现在我想知道这是什么问题?(硬件出问题了,还是软件出问题)

怎么能重新让cc3200正常运行官方的例子?

希望得到回复,谢谢