UART on STM32F091 stops receiving data even if they're sent
So, I'm having strange behavior regarding the serial number of my board with an STM32F091.I have a Python software that sends a packet on the serial port every 100 ms. I have initialized the serial port on the ucontroller with the same settings as ar...