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.

ZigBee模块串口下载程序

您好!请问如何通过串口往ZigBee模块下载程序?本人参考Serial Boot loader的使用方法,用IAR编译完后查看ZStack-CC2530-2.5.1a/Projects/zstack/Samples/GenericApp/cc2530DB/RouteEB/Exe/下,没有生成所需bin文件。

  • 请按照安装目录下 Texas Instruments\ZStack-CC2530-2.5.1a\Documents\Serial Boot Loader for CC253x.pdf 文档,根据里面的配置步骤即可生成bin文件

  • 您好!

    本人使用的IAR版本是IAR for 8051 V9.30,ZigBee协议栈是ZStack-CC2530-2.5.1a

    我按照目录下 Texas Instruments\ZStack-CC2530-2.5.1a\Documents\Serial Boot Loader for CC253x.pdf 文档,根据里面的配置步骤配置后还是无法生成bin文件。(其中SerialAPP.map找不到,按照Serial Boot Loader for CC253x.pdf 文档里的参数设置uint16 _crcShdw = 0xa188)

    请问:哪里缺少配置了?

    还望回复,非常感谢!

  • 问题已解决,谢谢!
    参考下面配置即可:

    IAR里面--->

    生成bin文件:
     
     
    (1)在options->linker ->output->other选中->output里选择raw-binary,module-local里选择Include all,其余默认;
     
    (2) options->linker ->Extra Output->generate output file->format->output format 选择intel extended,override default 不选中,format variant 里面选择none;
     
    (3)结果*.bin在 工程的flash文件夹下的exe文件夹里面。