I added in another printf statement just to make sure it was working. In the putty terminal I was able to see "Hello world", but not the actual data I needed to see: printf("Time: %lu ms, Input Voltage: %.2f V\n", HAL_GetTick() - start_time, input_vo...