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.

CC2531使用官方boot烧写user app时出现问题

Other Parts Discussed in Thread: CC2531

CC2531使用官方boot烧写user app时,SBDemo最后总是提示“timeout waiting for response from target”,boot设置的跳转地址为0x2000,user app中按照官方说明配置,也生成了可以烧写的.bin文件。希望得到大家的解答和指导!

  • 提示这个消息的意思是你的程序并没有运行在Boot中,而是已经跳转到应用程序中了,这样你的PC端tool无法通过串口把程序发下去的。

    你只要reset一下板子应该就可以连上了