mirror of
https://github.com/EranMorkon/AMTS.git
synced 2023-12-28 16:48:38 +00:00
Schuh v1 finished
This commit is contained in:
parent
bf0f559e45
commit
61181e4598
78 changed files with 846 additions and 32 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
\todo[inline]{Bild einfügen}
|
||||
|
||||
\subsection{Allgemeines zum Core-Modul}
|
||||
\subsection{Allgemeines}
|
||||
\label{sec:coremodul-allgemeines}
|
||||
|
||||
Das \gls{Core-Modul} ist das Herzstück des gesamten \gls{ARM}-\gls{Minimalsystem}s, denn auf diesem befindet sich der Prozessor und alle Komponenten welche für den ordnungsmäßigen Betrieb erforderlich sind. Die einzelnen Port-Pins des Prozessors sind entweder direkt auf dem \gls{Core-Modul} verwendet oder über externe Anschlüsse nach außen geführt. Weiters verfügt das \gls{Core-Modul} über alle nötigen Programmierschnittstellen um unabhängig von der \gls{Basisplatine} oder anderen Programmierplatinen programmiert und verwendet werden zu können. Darüber hinaus kann mit der auf dem \gls{Core-Modul} befindlichen UART-Schnittstelle eine direkte Kommunikation mit anderen Modulen oder einem Terminal aufgebaut werden.
|
||||
|
@ -34,7 +34,7 @@ Das \gls{Core-Modul} verfügt über die in \fref{tab:coremodul-schnittstellen} a
|
|||
|
||||
Als Prozessor für das \gls{Core-Modul} wurde der \gls{cpu} von der Firma \gls{STM} verwendet. Die Key-Features werden in \fref{fig:coremodul-features} zusammengefasst.
|
||||
|
||||
\fig{coremodul-features}{Features des Prozessors}{Features des Prozessors \cite{stm:stm32f107rc}}{\textwidth}{Schuh/Pictures/Features}
|
||||
\fig{coremodul-features}{Features des Prozessors}{Features des Prozessors \cite{stm:stm32f107rc-web}}{\textwidth}{Schuh/Pictures/Features}
|
||||
|
||||
\subsubsection{Blockschaltbild}
|
||||
\fig{coremodul-cpubsb}{Blockschaltbild des Prozessors}{Blockschaltbild des Prozessors \cite{stm:stm32f107rc}}{0.8\textwidth}{Schuh/Pictures/BSB}
|
||||
|
@ -50,28 +50,28 @@ Als Prozessor für das \gls{Core-Modul} wurde der \gls{cpu} von der Firma \gls{S
|
|||
\begin{table}[htb]
|
||||
\centering
|
||||
\includegraphics[width=0.8\textwidth]{Schuh/Pictures/Pinbelegung1}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors \cite{stm:stm32f107rc}}
|
||||
\label{tab:coremodul-cpupins}
|
||||
\end{table}
|
||||
\begin{table}[htb]\ContinuedFloat
|
||||
\centering
|
||||
\includegraphics[width=0.8\textwidth]{Schuh/Pictures/Pinbelegung2}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors \cite{stm:stm32f107rc}}
|
||||
\end{table}
|
||||
\begin{table}[htb]\ContinuedFloat
|
||||
\centering
|
||||
\includegraphics[width=0.8\textwidth]{Schuh/Pictures/Pinbelegung3}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors \cite{stm:stm32f107rc}}
|
||||
\end{table}
|
||||
\begin{table}[htb]\ContinuedFloat
|
||||
\centering
|
||||
\includegraphics[width=0.8\textwidth]{Schuh/Pictures/Pinbelegung4}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors \cite{stm:stm32f107rc}}
|
||||
\end{table}
|
||||
\begin{table}[htb]\ContinuedFloat
|
||||
\centering
|
||||
\includegraphics[width=0.8\textwidth]{Schuh/Pictures/Pinbelegung5}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors}
|
||||
\caption[Pinbelegung des Prozessors]{Pinbelegung des Prozessors \cite{stm:stm32f107rc}}
|
||||
\end{table}
|
||||
|
||||
\subsection{Portbelegungsplan}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue