1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nucleo-l152re
MarcelStenzel 1f20e5ab1c boards/nucleo-l152re: fix uart1 pinout config
According to the pinout the rx and tx pin need to be the other way around.
Though the swapped tx and rx pins allow the uart to work in loopback, it is still not correct.
The PA10 functions as an RX pin even though PA10 states TX pin in the periph_conf.
With this fixed the pullup for the rx is configured correctly and noise doesn't trigger the line.

This change sets the .tx_pin from PA10 to PA9 and the .rx_pin from PA9 to PA10.
2020-03-12 16:20:48 +01:00
..
dist boards/nucleo-l152re: use its own openocd config file 2018-10-26 16:50:12 +02:00
include boards/nucleo-l152re: fix uart1 pinout config 2020-03-12 16:20:48 +01:00
doc.txt boards: nucleo-l152re: Cleanup documentation 2020-02-13 19:43:20 +00:00
Makefile boards/nucleo-l152re: rename to marketing name 2018-05-22 22:02:57 +02:00
Makefile.dep boards: revert forced use of periph_dma with STM32 2019-01-21 15:14:28 +01:00
Makefile.features boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
Makefile.include boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00