Great, thanks! You might well find that pulling the stm32f413xx.h (or whatever it's called) from ST's new libs and integrating it with what's there might work to add UART3 - I think that's what I did for the STM32F411.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Great, thanks! You might well find that pulling the
stm32f413xx.h
(or whatever it's called) from ST's new libs and integrating it with what's there might work to add UART3 - I think that's what I did for the STM32F411.