master
Ondřej Hruška 6 jaren geleden
bovenliggende e1640dc4ab
commit 7b590449a0
Getekend door: MightyPork
GPG sleutel-ID: 2C5FD5035250423D
  1. 2
      ch.unit.adc.tex
  2. 2
      ch.unit.usart.tex
  3. BIN
      thesis.pdf
  4. 4
      thesis.thanks.tex

@ -15,7 +15,7 @@ It is possible to activate any number of the 16 analog inputs of the \gls{ADC} p
\begin{figure}[h]
\centering
\includegraphics[scale=1]{img/adc-dma-buf.pdf}
\caption{\label{fig:adc_dma}Principle of DMA-based ADC sampling. The buffer is continually filled with new samples; when the triggering condition is hit, the historical records from the buffer are sent as a pre-trigger buffer, and a block capture begins. The following samples are sent to the host when either half of the buffer is filled, or the required number of samples have been sent. The sampling never stops, ensuring a pre-trigger buffer is always ready.}
\caption[Principle of DMA-based ADC sampling]{\label{fig:adc_dma}Principle of DMA-based ADC sampling. The buffer is continually filled with new samples; when the triggering condition is hit, the historical records from the buffer are sent as a pre-trigger buffer, and a block capture begins. The following samples are sent to the host when either half of the buffer is filled, or the required number of samples have been sent. The sampling never stops, ensuring a pre-trigger buffer is always ready.}
\end{figure}
\subsection{ADC Configuration}

@ -9,7 +9,7 @@ The unit implements asynchronous reception and transmission with \gls{DMA} and a
\begin{figure}[h]
\centering
\includegraphics[scale=1]{img/uart-dma.pdf}
\caption{\label{fig:uart_rx_dma}Principle of DMA-based UART reception. Interrupt is generated in the half and at the end of the buffer, at which point the write pointer wraps back to the beginning.}
\caption[Principle of DMA-based UART reception]{\label{fig:uart_rx_dma}Principle of DMA-based UART reception. Interrupt is generated in the half and at the end of the buffer, at which point the write pointer wraps back to the beginning.}
\end{figure}
\subsection{USART Configuration}

Binary file not shown.

@ -12,8 +12,8 @@ Special thanks go to:
\vspace{-10pt}
\begin{itemize}
\item Annie, for showing me Draw.io, and its developers, for building a great and free diagram drawing tool.
\item Beatrix, for keeping a friendly server to hang out on in the breaks between writing.
\item Cpsdqs, who helped me with proofreading.
\item Beatrix, for keeping a friendly server where I could hang out in the breaks between writing.
\item Cpsdqs, who helped with proofreading.
\item TeXstudio developers, the TeX.StackExchange.com community, and CTAN contributors, without whom this paper would have been much harder to write.
\end{itemize}

Laden…
Annuleren
Opslaan