STM32F4 HAL_UART_Transmit() Unexpected Behavior Debugging Help
So I have a abstracted function to read the INA226 component. The function reads the data completely fine over I2C. The problem occurs when I try to display the read data on my dev terminal (Terra Term) over the COM port for STM32. The output on the ...