Specifying consequences of failing to meet timing

master
Ryan Summers 2021-01-06 15:34:12 +01:00
parent 4b3ceb0c0b
commit 56366a013f
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
///! transfer completion is handled). In this mode, by the time DMA swaps buffers, there is always a valid buffer in the
///! "next-transfer" double-buffer location for the DMA transfer. Once a transfer completes,
///! software then has exactly one batch duration to fill the next buffer before its
///! transfer begins.
///! transfer begins. If software does not meet this deadline, old data will be repeatedly generated
///! on the output and output will be shifted by one batch.
///!
///! ## Multiple Samples to Single DAC Codes
///!