51uwb.cn

 找回密码
 立即注册
查看: 4047|回复: 6
打印 上一主题 下一主题

标签天线fin时间计算疑问

[复制链接]

35

主题

965

帖子

4052

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
4052
楼主
发表于 2020-5-14 08:58:04 | 显示全部楼层
imagine 发表于 2020-5-13 19:44
8位哪里可以看到?
  1. /*! ------------------------------------------------------------------------------------------------------------------
  2. * @fn dwt_setdelayedtrxtime()
  3. *
  4. * @brief This API function configures the delayed transmit time or the delayed RX on time
  5. *
  6. * input parameters
  7. * @param starttime - the TX/RX start time (the 32 bits should be the high 32 bits of the system time at which to send the message,
  8. * or at which to turn on the receiver)
  9. *
  10. * output parameters none
  11. *
  12. * no return value
  13. */
  14. void dwt_setdelayedtrxtime(uint32 starttime)
  15. {
  16.     dwt_write32bitoffsetreg(DX_TIME_ID, 1, starttime) ;

  17. } // end dwt_setdelayedtrxtime()
复制代码
delayed tx是匹配时钟高32bit。因为时钟低9bit是无效的


也就是delayed tx,定时发送时间,是一个"整数"
但是这个是芯片发送出去的时间,我要打包进去的是一个实际从模块出来的时间,所以又要加个天线延时进去


回复

使用道具 举报

35

主题

965

帖子

4052

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
4052
沙发
发表于 2020-5-14 11:42:08 | 显示全部楼层

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

bphero Inc.  

GMT+8, 2024-5-6 05:35 , Processed in 0.011964 second(s), 7 queries , File On.

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc. Template By 【未来科技】【 www.wekei.cn 】

快速回复 返回顶部 返回列表