Commit 5982b79c authored by Jorge Machado's avatar Jorge Machado

Update fmc-dio doc

parent d37816b8
......@@ -544,11 +544,12 @@ This is the list of supported modes for channels:
The new hardware pulse generation feature allows to configure a pulse train with a higher
frequency than the previous version. However, if interrupts are not disabled with
the mask_irq command, there is still a software limitation due to the
interrupts handling (see following section for deeper details) and this frequency should
be controlled in a proper way just to avoid PC freezing. It depends on your current machine
configuration and can be easily characterized with the existing tools for fmc-dio project.
frequency than the previous version. However, there is still a software limitation due to the
interrupts handling. If the interrupt of the channel is disabled, the pulse train generation
will be indefinite because the pulse counting mechanism remains excecuted in the sofware interrupt
handler. This frequency should be controlled in a proper way just to avoid PC freezing.
Because of this, the maximum frequency depends on your current machine configuration and can be
easily characterized with the existing tools for fmc-dio project.
There is no command to flush the timestamp FIFOs, but you can
always ``@code{wr-dio-cmd stamp > /dev/null}'' if needed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment