完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我是一个新的PSoC编程,并希望有建议的最佳方法来测量时间间隔。在伪代码中,我打算做如下: Stase= NOW(); 在I2C外设中处理信息的时间起初不知道,我打算用1ms的分辨率测量时间间隔。 我的第一个猜测是使用一个周期为1kHz的计数器,在I2C交互之前开始计数,并在完成I2C接口时读取计数器值。这是一个好办法还是有更好的解决办法? 桑克斯 安吉洛 以上来自于百度翻译 以下为原文 Hi, I am new to PSoC programming and would like to have suggestions for the best approach to the measurement of time intervals. In pseudocode what I intend to do is the following: start = now(); interactWithI2CPeripherals(); interval = now() - start; The time to process the information in the I2C peripherals isn't known at first and I intend to have the time interval measured with a resolution of 1ms. My first guess is to use a counter with a period of 1KHz and start the counting prior to the I2C interaction and read the counter value when finishing the I2C interface. Is this a good approach or is there a better solution? Thanx, Angelo |
|
相关推荐
1个回答
|
|
如果您试图在代码库中这样做,那么1千赫计数器将
足够的,使用捕获或轮询。比特X 1毫秒的计数器应该是 最大的I2C通信时间,或帐户翻转的帐户 您的代码。 如果你需要确定设计的时间,那么在你的时候做一个跟踪。 正在调试。 问候,Dana。 以上来自于百度翻译 以下为原文 If you are trying to do this in your code base then 1 Khz counter would suffice, using capture or just polled. Counter in bits X 1 mS should be > largest I2C communication time, or account for counter rollover in your code. If your need is to establish the time for design purposes, do a trace when you are debugging. Regards, Dana. |
|
|
|
只有小组成员才能发言,加入小组>>
756个成员聚集在这个小组
加入小组2121 浏览 1 评论
1864 浏览 1 评论
3679 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1798 浏览 6 评论
1542 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
587浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
439浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
446浏览 2评论
395浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
1056浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-1-2 00:58 , Processed in 0.803349 second(s), Total 78, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号