User Activity

So I wanted to program today and opened ST_Cube_IDE, connected my board to my PC and it was flashing red. It didn't respond to me sending information through a terminal, so I debugged my program and uploaded it (it should have already been in memory)...
For example, if I send 1000, it will be received as 0100 on the STM board. I send what I received in the Rxcallback function. My program doesn't work, so I know this is the case. This issue stops after I hit the RESET switch on my board. Now, my iss...