stm32f4 Discovery UART Rx IT - receiving msg of unknown bytes
Posted on May 28, 2014 at 20:13I have basic RS-232 Tx/Rx running between the Discovery board and TeraTerm. I am successfully invoking HAL_UART_Receive_IT() in main with a fixed Rx message size. My question is - what is the method for receiving, unb...