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.

Serial Boot Loader 没有生成.bin文件

按照Serial Boot Loader for CC253x.pdf文档手册冲配置在Build Actions中配置(配置1) "$PROJ_DIR$\..\..\..\Tools\CC2530DB\oad.exe" "$PROJ_DIR$\RouterEB\Exe\GenericApp.sim" "$PROJ_DIR$\RouterEB\Exe\GenericApp.bin" ;选中Linker ---> Ggenerate extra output file ,然后编译,并没有生成想要的.bin文件,这是为什么呢?系统用的是win7的,协议栈是ZStack-CC2530-2.3.1-1.4.0,并且在IAR7.51A中编译没有错误,同样的配置在IAR8.10中编译提示有错误(但是在.Map中没有错误),后来注释了(配置1)就不提示错误了,这能说明oad.exe没有执行成功吗??还是IAR还要有其他的配置呢?请前辈们提示一下。在论坛中有前辈成功的实验了SBL,请问一下你们按照文档的配置能够生成.bin文件吗?如果我选中了 Linker---->Generate extra output file---->Override default ----GenericApp.bin,这样可以生成.bin文件,但是这个文件用SBdemo.exe下载后不能成功跳转!!!