码迷,mamicode.com
首页 > 其他好文 > 详细

ZigBee 调试

时间:2015-05-26 18:27:32      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:

第一次画ZigBee的板,天线是拿网上的直接用的(好像是参考TI的)

问题一:程序无法烧写进去

Mon May 25 21:11:55 2015: Warning: Verification error on page #1, address range 0x00800 - 0x00800,  address 0x00BCF, 0xC3 (on target) != 0xCB (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #2, address range 0x01000 - 0x00800,  address 0x013CB, 0xD0 (on target) != 0xD8 (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #3, address range 0x01800 - 0x00800,  address 0x01E44, 0x06 (on target) != 0x0E (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #5, address range 0x02800 - 0x00800,  address 0x02D45, 0x01 (on target) != 0x09 (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #7, address range 0x03800 - 0x00800,  address 0x03FC1, 0x00 (on target) != 0x08 (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #9, address range 0x04800 - 0x00800,  address 0x04CC4, 0x44 (on target) != 0x4C (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #10, address range 0x05000 - 0x00800,  address 0x05708, 0x17 (on target) != 0x1F (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #12, address range 0x06000 - 0x00800,  address 0x06547, 0x07 (on target) != 0x0F (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #13, address range 0x06800 - 0x00800,  address 0x06FCF, 0xF5 (on target) != 0xFD (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #65525, address range 0x1A000 - 0x00800,  address 0x1A748, 0x04 (on target) != 0x0C (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #65525, address range 0x1A000 - 0x00800,  address 0x1A78B, 0x22 (on target) != 0x2A (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #65526, address range 0x1A800 - 0x00800,  address 0x1AEC4, 0x02 (on target) != 0x0A (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #3, address range 0x29000 - 0x00800,  address 0x2968C, 0x71 (on target) != 0x79 (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #7, address range 0x2B000 - 0x00800,  address 0x2B68C, 0x54 (on target) != 0x5C (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #8, address range 0x2B800 - 0x00800,  address 0x2BF4A, 0x07 (on target) != 0x0F (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #12, address range 0x2D800 - 0x00800,  address 0x2DC83, 0x10 (on target) != 0x18 (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #12, address range 0x2D800 - 0x00800,  address 0x2DD47, 0x01 (on target) != 0x09 (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #12, address range 0x2D800 - 0x00800,  address 0x2DF0E, 0xF1 (on target) != 0xF9 (in object file).

Mon May 25 21:11:55 2015: Warning: Verification error on page #14, address range 0x2E800 - 0x00800,  address 0x2ED8B, 0x01 (on target) != 0x09 (in object file).

Mon May 25 21:11:55 2015: Download completed and verification successful.

Mon May 25 21:12:03 2015: Warning: There were warnings during download, see Debug Log window for more information

Mon May 25 21:12:03 2015: Loaded debugee: G:\0 My Database\2015毕业设计\ZigBee\ZStack-CC2530-2.3.0-1.4.0\Projects\zstack\Samples\MyApp\CC2530DB\EndDeviceEB-Pro\Exe\MyApp.d51

Mon May 25 21:12:03 2015: Target reset

Mon May 25 21:12:03 2015: There was 1 warning during the initialization of the debugging session.

 

解决方法:虚焊、加滤波电容

 

问题二:ZigBee无法发送数据

解决方法:把所有的滤波电容焊上。

 

问题三:ZigBee丢包严重

解决方法:电源接口加滤高频电容和滤低频电容

 

 

综上:电容很重要!

 

ZigBee 调试

标签:

原文地址:http://www.cnblogs.com/vhuichen/p/4531116.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!