Fehler #248
hw v0.2.x: add quirk to board file for UART pulldown
Beginn:
07.09.2022
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
CS Zielversion:
Beschreibung
RX must not float when nothing is connected. An pulldown is necessary.
current bords do not have this. STM32 internal pulldown is needed for UART (ca. 50k).
This is an quirk. Add it to the board file and add the cpp-ifdef in biwak.
e.g. BIWAK_QUIRK_UART_PULLDOWN.
Historie
Von Maximilian Seesslen vor mehr als 1 Jahr aktualisiert
AN2606 reccoments 2 100K pullups for RX and TX.