User Activity

Hello, I am trying to do one simple task with my STM32 board using just registers and interruptions in USART2.Basically I have to wait until I receive data via serialPort, then activate interruption that should increment the value of my data by 1. Af...