Getting damaged data with using STM32F4 and barometer MS5611 on serial screen
Hello everyone,
I use NUCLEO STM32F446 and barometer MS5611 with I2C interface. I want to get temperature and pressure data but I am also getting damaged data from USART2. I haven't a problem about baud rate and it is 115200 Bit/s. What is the problem, have you any idea about that?
You can see here my serial screen data:
I used this code for getting data from UART:
I also refer this example code from Github: https://github.com/infinity1096/STM32_MS5611
Thanks.
