Ajout d'un .gitignore
This commit is contained in:
ataban 2026-05-14 17:42:18 +02:00
commit 4252af65c3
No known key found for this signature in database

View file

@ -327,6 +327,15 @@ The verification mainly focused on:
During this analysis, three main pin conflicts were identified.
\begin{figure}[!h]
\centering
\includegraphics[width=\linewidth]{../PCB/CompatibiliteL4F4.pdf}
\caption{Comparison of F405 and L476 pin configurations}
\end{figure}
The first conflict concerned the SPI\_MISO signal on pin PA6. In the original STM32F405 design, this pin is
used for SPI communication related to current sensing. On the STM32L476 tile, the same pin is associated with
a DAC output, creating a functional conflict. To solve this issue, the SPI communication line was remapped