This error kept popping up on the console after running python pytec/tecQT.py
.
Traceback (most recent call last):
File "/home/occheung/Desktop/thermostat/pytec/tecQT.py", line 233, in…
2245 LVDS-TTL seems to be the only card that has the absolute maximum rating section. It doesn't tell anything really special about the card either, especially when other operational specs in the…
4b9822c
I had omitted the sysclk
path (including the oscillator) in the block diagram. It seems that we are working towards merging the RTIO and sys clock. There are not much to discuss about…
I've been having a play with a Kasli-SoC, and I'm having some trouble with DMA. It seems that whenever I try and playback a DMA recording containing 128 events or more it hangs. I guess this is…
3a6ed63 added minimum time separation for registering 2 adjacent gated edges. The default size of input event FIFO is also addressed. The number of timestamps that can be acquired before trigger…