User Activity

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...
 Is there something wrong with my code/settings? I tried using putty's terminal to view the output; however, even though I configured it correctly with the baud settings, etc., no data is appearing.It is on a NUCLEO-F767ZI Microprocessor. I am using ...
 It seems the IDE is not able to use the ADC and any functions related to it - my error is that the ADC libraries are not importing properly We are using the HAL libraries.. Additionally, the GPIO and any functions related to it are not being support...