%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{table}[hb]
\begin{center}
-\begin{tabularx}{\textwidth}{l|l|X}
+\begin{tabularx}{\textwidth}{|l|l|X|}
+\hline
\textbf{Address} & \textbf{Name} & \textbf{Description} \\
+\hline
+\hline
8000 - 803F & ADC & Voltage monitoring ADC. see table \ref{MDCOEPADCMemoryMap} \\
A000 - A0FF & Config. Mem. & Configuration memory for thresholds and TDC settings \\
D000 & SPI Status Reg. & see section SPI Flash \\
D100 - D13F & SPI Data Mem. & see section SPI Flash \\
D200 & Flash select & select Flash ROM image \\
E000 & TDC Readback Fifo & Fifo for readback values from TDC \\
+\hline
\end{tabularx}
\caption{Memory map for MDC OEP}
\label{MDCOEPMemoryMap}
\begin{table}[hb]
\begin{center}
-\begin{tabularx}{\textwidth}{l|l|X}
+\begin{tabularx}{\textwidth}{|l|l|X|}
+\hline
\textbf{Address} & \textbf{Name} & \textbf{Description} \\
+\hline
+\hline
8000 & Control & Bit 0: ADC enable, 1: single measurement, 2: reset, 3: compare enable\\
8001 & Overview & 1 nibble for each voltage. Values: 0: voltage ok, 1: too low, 2: too high or combinations thereof. Too low / too high flags are stored until ADC reset. \\
8010 - 8017 & Current voltage & One register for each channel. Bits 11 - 0 show the current voltage, measured in millivolt.\\
8018 - 801F & Threshold & One register for each channel. Bits 11 - 0 show the current low threshold, Bits 27 - 16 contain the current high threshold in millivolt. \\
8020 - 8027 & Min/Max & One register for each channel. Bits 11 - 0 contain the lowest measured value, bits 27 - 16 show the highest measured value. Register are reset on ADC reset.\\
+\hline
\end{tabularx}
\caption{Memory map for MDC OEP voltage monitoring ADCs. The voltages assigned to each channel are shown in table \ref{MDCOEPADCChannels}}
\label{MDCOEPADCMemoryMap}
\begin{table}[hb]
\begin{center}
-\begin{tabular}{l|l|l}
+\begin{tabular}{|l|l|l|}
+\hline
\textbf{Channel} & \textbf{Voltage} & \textbf{Nominal Voltage}\\
+\hline
+\hline
0 & 5V input & 5.8V \\
1 & 5V regulated & 5.0V \\
2 & 3.6V input & 3.8V \\
5 & 1.2V regulated & 1.20V\\
6 & 3.0V input & 3.0V\\
7 & -3.0V input & -3.0V\\
+\hline
\end{tabular}
\caption{ADC Channels for MDC OEP voltage monitoring. -3.0V are reported to be +3.0V by ADC. Both 5V channels are connected using a voltage divider, thus reading 2.5V at nominal voltage.}
\label{MDCOEPADCChannels}
\end{center}
-\end{table}
-\begin{small}\begin{footnotesize} \end{footnotesize}\end{small}
\ No newline at end of file
+\end{table}
\ No newline at end of file