在cc2530的Serial Boot Loader 实验中。下载了boot loader是正常的。直接使用IAR 软件的debuger调试的时候,程序能够正常跳转。但是用SBDemo.exe下载IAR生成的.bin文件却不能正常跳转。这是为什么呢?我生成的bin文件配置如附件
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.
有遇到类似情况的前辈吗?IAR默认下载的程序和生成的.bin文件不一样呢?还是有可能是SBDemo.exe发出的数据校验有问题呢?我按照Serial Boot Loader for CC253x.PDF的配置 Build Actions的时候并没有生成.bin文件,必须配置 Link--->Extra Output---->Generate extra output file ----->Override default 为Generic APP.bin才能生成.bin文件。希望前辈们提示一下我使用的编译器IAR 8.10,协议栈是ZStack-CC2530-2.3.1-1.4.0