Hi to everybody,
I need to calculate the execution time of some instructions, but I can\'t find a simple way to obtain it. Isn\'t there any function like \"get_time\" or something like that??
Thanks in advance,
/Alberto
How can I get the duration of an operation??
Moderator: paolo.gai
Re:How can I get the duration of an operation??
Depends on the architecture... are you referring to the FLEX boards?
Re:How can I get the duration of an operation??
Yes, on the Flex board..
But I solved the problem using TMR1 register... All worked fine!
But I solved the problem using TMR1 register... All worked fine!
Re:How can I get the duration of an operation??
Ok... fine!
Just take a look in ee/pkg/mcu/microchip_dspic/inc/ee_mcu.h
there are a few functions already made to read the timer.
Ciao,
PJ
Just take a look in ee/pkg/mcu/microchip_dspic/inc/ee_mcu.h
there are a few functions already made to read the timer.
Ciao,
PJ
Re:How can I get the duration of an operation??
Thank you, now I read the code...
Alberto
Alberto