TICC icon indicating copy to clipboard operation
TICC copied to clipboard

Sub-nanosecond time interval counter

Results 8 TICC issues
Sort by recently updated
recently updated
newest added

This pull request fixes two bugs in the tdc7200 driver, the first one concerning the missing interrupts for measurement completion, the second one about truncated 24 bit register reads. Please...

Hi, i have made "copy" of the hardware to make it self contained and not Arduino based. Its based on stm32f042 mcu with frontend unchanged. https://github.com/robots/stm32-ticc/ have fun

if you want to make the picdiv source self-contained I think you also need the library of delay functions in a file **delayw.asm** FWIW I put the picdiv sources and...

Currently, when 10 MHz is lost and restored, the TICC does not resume measurement and stalls until it is reset, regardless of measurement mode. I have not looked into the...

When building a bigger system out of multiple TICCs, it would be useful to be able to set an n-character ID of each board. When multiple TICCs are connected to...

It would be useful to have two sets of fudge values for both channels that would be compounded during measurement: fudge0 can be used as internal correction for precise calibration...

I have no idea if this project is still alive or not. But i found mistake in the 64bit print function. Following code produces incorrect output for certain numbers. Eg....

Without any optimizing (and using i64_t way more than is probably necessary, and Arduino that's really slow), the time inside the TICC measurement loop from "got data" to end of...