User Activity

Hi STM32 community,I'm trying to process a UART string and interrupt when the full string is received. I'm having trouble receiving anything at all. To check that my serial terminal (PuTTY) settings are correct, I have tried HAL_UART_Transmit_IT(...)...
Hi all,(I am using a STM32L031) I'm trying to design a system that receives a UART string and uses this data to drive a WS2812 LED strip at different colors depending on the string. So far, I've done a lot of googling and found that a lot of people a...