2017-09-05 01:05 PM
Is it possible to get four USART/UART devices at once on the STM32L433 in a 64-pin package? I need one UART for input, one for output, one for external logging, and USART1 for debugging.
Is this doable? I've used CubeMX to try various configurations, and I end up short of the goal. I'll also need an ADC and a PWM or DAC, and DMA on at least the input device would be nice.Suggestions?
2017-09-07 09:10 AM
I've managed to get two UARTs to work - USART1 & LPUART (@921600!), so my short-term goal (the 'low bar') can be satisfied.
Thanks for making me think a bit more than usual.