diff --git a/5-concept.tex b/5-concept.tex index 31efbe3..e4c3dbb 100644 --- a/5-concept.tex +++ b/5-concept.tex @@ -45,7 +45,7 @@ Microcontroller boards based on the \textit{ESP8266} MCU are mostly following th The memory mapping mechanism of the MCU allows only a single page of 1 MB of flash to be mapped at the same time \cite{ESP8266_Memory_Map} and the selected range must be aligned to 1 MB blocks. \begin{figure}[htbp] -\centering\includegraphics[scale=0.6]{flash_layout.pdf} +\centering\includegraphics[width=.98\linewidth]{flash_layout.pdf} \caption{The flash layout used for two ROMs.} \label{fig:memory_layout} \end{figure} diff --git a/flash_layout.graffle b/flash_layout.graffle new file mode 100644 index 0000000..f17efef Binary files /dev/null and b/flash_layout.graffle differ diff --git a/flash_layout.pdf b/flash_layout.pdf index 558e32f..30d9b7d 100644 Binary files a/flash_layout.pdf and b/flash_layout.pdf differ