User Activity

Hello all, I'm designing a num pad using the STMF103 MCUs you can find on the Blue Pill board. However, I am having issues uploading the code to my board via SWD. I get this classic error: Error in initializing ST-LINK device.Reason: (4) No device fo...
I am trying to send a shift + U keypress to the screen every two seconds but it is just printing U's nonstop. Why isn't it delaying for two seconds? How do I properly debug stuff like this in the future? while (1) { hid_report_buffer[0] = 0x02;...