User Activity

Hello. I am writing a code to read ADC data from an AC voltage sensor. I used HAL to initialize ADC 1 and USART2 for checking the values in Putty. However, I would like to use direct register manipulation to send data to USART6 so that it can transmi...
This should be easy but somehow I cannot make it work? I am working with the ADC of my STM23F4 Board trying to read the input from an AC voltage sensor. My previous code was using HAL and it was outputting my desired values (around 2000), but when I ...