Closed
Description
Serial3, which used to work back in 2016, is now broken. Fix is below:
..\STM32\hardware\stm32\2017.9.22\boards.txt
..\STM32\hardware\stm32\2017.9.22\variants\NUCLEO_L476RG\variant.h
..\STM32\hardware\stm32\2017.9.22\variants\NUCLEO_L476RG\variant.cpp
Cleanup in #defines for Serial3 is needed.
Also, in ..\STM32\hardware\stm32\2017.9.22\variants\NUCLEO_L476RG\PeripheralPins.c,
const PinMap PinMap_UART_TX[] has UART4 mapped to both PA_0 and PC_10. is this correct? the same with PA_1 and PC_11.