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.

cc2530烧写boot和app后,无法跳转到app中

Other Parts Discussed in Thread: CC2530, Z-STACK

大家好,目前我使用ZStack-CC2530-2.5.1a ,按照官方文档《Serial Boot Loader for CC253x.pdf》配置了工程,检查bin文件,crc 都正确。使用cc debugger 烧录了boot ,使用SBDemo.exe 烧录了bin文件,提示烧录成功。

在烧录完成后,断点调试程序进入jump函数,不过一直卡在while循环中,将key1和key2同时按下,程序才能往下走(while能去掉么?)

1

不过在reset后,发现程序一直无法跳转到app,加入断点后,发现crc校验一直错误,无法进入jump函数