I'm using STM32F103C8T6 processor with an 8MHz internal clock, 9600 baud rate, 8bit + 1stop bit and no parity. For receiving uart data, I'm using a global interrupt. While I'm receiving data with usart1 or usart2, I can not receive null bytes. Now I ...