完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,我有一个问题来计算时间(CPU的时间),它采取的功能,PIC 24 F - tiL有人可以帮助我
以上来自于百度翻译 以下为原文 Hello everyone, I have a problem to calculate the time (time of CPU) it takes a function of the PIC 24 F -til someone can help meelse { // Envoi des valeurs des capteurs. //Timer pour récuperer le temps de calcul d'une donnée chiffrée clock_t startTime = clock(); //ADD by PHG RafraichirPTH(); RafraichirE(); clock_t endTime = clock(); clock_t clockTicksTaken=endTime-startTime; putsUART1("Time :"); putsUART1(clockTicksTaken); ret = SfopSend(pthe); } |
|
相关推荐
6个回答
|
|
HTTP://www. McCHIP.COM/FUMMS/FUNDSPE/925496
以上来自于百度翻译 以下为原文 http://www.microchip.com/forums/FindPost/925496 |
|
|
|
当然,我想计算一个函数的时间。
以上来自于百度翻译 以下为原文 yes of course, I want to calculate the time it takes a function |
|
|
|
总是相同的错误不包括库(API)吗?
以上来自于百度翻译 以下为原文 if(lastCharUART1 == ' ') { // Envoi d'un message de test. int len = ReadHexBuffer(12); if(ignoringUART1 || len == 0) return; //Code créer par PHG T0CON=0; TMR0=0; T0bits.TON=true; //Timerx On Bit ]# 1= Starts the timer 0= Stops the timer ret = SfSend(len, bufferUART1, 0);//Calcul du temps que met la fonction a s'éxecuter. T0bits.TON=false; printf("time %ur",TMR0); } Always the same mistake not to include a library(API) ? |
|
|
|
你正在写寄存器,所以从上面的代码看来,你不需要图书馆…有什么新的错误?
以上来自于百度翻译 以下为原文 You're writing to registers, so from the above code it looks like you don't need libraries... What are new errors? |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
5146 浏览 9 评论
1993 浏览 8 评论
1921 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3162 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2218 浏览 5 评论
715浏览 1评论
601浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
484浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
615浏览 0评论
513浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-13 09:26 , Processed in 1.165259 second(s), Total 57, Slave 51 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号