上一页 1 2 3 4 5 6 7 ··· 15 下一页
  2013年2月24日
摘要: 消息发送到空中:/********************************************************************* * @fn AF_DataRequest * * @brief Common functionality for invoking APSDE_DataReq() for both * SendMulti and MSG-Send. * * input parameters * * @param *dstAddr - Full ZB destination address: Nwk Add... 阅读全文
posted @ 2013-02-24 03:17 _song 阅读(696) 评论(0) 推荐(0) 编辑
  2013年2月23日
摘要: 绑定方法1:1.设备A先允许绑定zb_AllowBind( myAllowBindTimeout );* @param timeout - The number of seconds toremain in the allow binding* mode. Valid values range from 1 through 65.* If 0, the Allow Bindmode will be set false without TO* If greater than 64, theAllow Bind mode will be true此函数会调用afSetMatch以便允许匹配端点描述 阅读全文
posted @ 2013-02-23 19:10 _song 阅读(1859) 评论(0) 推荐(1) 编辑
  2013年2月16日
摘要: 系统时钟和定时器节拍时钟 设置寄存器tickspd用于产生timer1 ,3,4的基本节拍,最大可以是32MHZ此时定时器加1的所需事件最短,为1/32 us定时器除了tickspd的分频,还可以在tickspd的基础上分频,比如timer3clkspd用于产生cpu执行指令的基本节拍,最大可以使32MHZ,此时执行asm("NOP")所用时间是 /1---/128 extern uint8 halTimerSetPrescale (uint8 hwtimerid, uint8 prescale); extern uint8 halTimerSetCount (uint8 阅读全文
posted @ 2013-02-16 19:03 _song 阅读(991) 评论(0) 推荐(0) 编辑
  2013年2月14日
摘要: ...2.2.2 CPU Memory Spacecpu存储空间(以下叫地址空间)XDATA memory space. The XDATA memory map is given in Figure 2-1.Xdata地址空间,64KBThe SRAM is mapped into address range of 0x0000 through (SRAM_SIZE – 1).sram被映射在地址空间的的0-SRAM_SIZE-1The XREG area is mapped into the 1-KB address range (0x6000–0x63FF). These regis.. 阅读全文
posted @ 2013-02-14 17:29 _song 阅读(1215) 评论(0) 推荐(0) 编辑
  2013年2月6日
摘要: HX1010http://www.sbprojects.com/knowledge/ir/index.php遥控编码http://www.sbprojects.com/knowledge/ir/rc5.phphttp://www.sbprojects.com/knowledge/ir/nec.php发送方:波形图上的高电平对应发相同时间长度的38KHZ方波;波形图上的低电平对应停止发送对应时间长度的方波(即保持低或高电平即可)比如在发送方发送引导码时,先发送9ms的38KHZ防波,然后停止发送4.5ms。接着发送数据。发送数据0时,先发送0.56ms的38KHZ方波,然后停止发送0.56ms. 阅读全文
posted @ 2013-02-06 16:10 _song 阅读(749) 评论(0) 推荐(0) 编辑
  2013年1月27日
摘要: Development with Qt 4.4.3 source and Visual Studio 2008 ExpressThis document describes how to set up the environment for developing Qt applicationswith Visual Studio 2008 Express based on the GNU GPL v2 (“Open source”) edition of Qt4.4.3 source distribution.Installing Visual Studio 2008 (Visual C++ 阅读全文
posted @ 2013-01-27 19:42 _song 阅读(394) 评论(0) 推荐(0) 编辑
  2013年1月7日
摘要: f8wconfig.cfg配置pan id-DZDAPP_CONFIG_PAN_ID=0xffff0xffff 表示自动选择加密选项-DSECURE=1密钥-DDEFAULT_KEY="{0x01, 0x03, 0x05, 0x07, 0x09, 0x0B, 0x0D, 0x0F, 0x00, 0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x0D}"频带-DDEFAULT_CHANLIST=0x00000800 // 11 - 0x0B - 2405 MHZ 阅读全文
posted @ 2013-01-07 12:55 _song 阅读(421) 评论(0) 推荐(0) 编辑
  2012年12月21日
摘要: ubi文件系统分析http://download.csdn.net/detail/songqqnew/4919666drivers/mtd/ubi/build.cmtd_devs是ubi卷和mtd分区绑定的数目。mtd_devs初始值=0,每执行一次ubi_mtd_param_parse,mtd_devs+1ubi_mtd_param_parse在内核初期初始化执行parse_args时调用到(而build.c里的module_param_call(mtd, ubi_mtd_param_parse, NULL, NULL, 000)指定在解析到mtd=时,调用ubi_mtd_param_par 阅读全文
posted @ 2012-12-21 11:27 _song 阅读(844) 评论(0) 推荐(0) 编辑
  2012年12月19日
摘要: Linux虚拟文件系统之文件读取(sys_read())(0)Linux虚拟文件系统之文件打开(sys_open())(0)Linux虚拟文件系统之文件系统卸载(sys_umount())(0)Linux虚拟文件系统之文件系统安装(sys_mount())(0)Linux虚拟文件系统(安装根文件系统)(0)Linux虚拟文件系统(内核初始化)1)Linux虚拟文件系统(内核初始化)(0)Linux虚拟文件系统(节点路径搜索)(1)Linux虚拟文件系统(概述) 阅读全文
posted @ 2012-12-19 22:38 _song 阅读(277) 评论(0) 推荐(0) 编辑
  2012年12月16日
摘要: tiny6410 linux2.6.381.nand驱动nand是作为平台设备,在板子文件mach-mini6410.c调用,系统启动时自动加载进内核static struct platform_device *mini6410_devices[] __initdata = { ... &s3c_device_nand, ... } static void __init mini6410_machine_init(void) { ... #ifdef CONFIG_MTD_NAND_S3C s3c_device_nand.name = "s3c6410-nand"; 阅读全文
posted @ 2012-12-16 21:27 _song 阅读(503) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页