My UART works well in normal mode, but when I want to analyze callbacks for Rx in debug mode it doesn't work properly. I mean when I set breakpoint at HAL_UART_RxCpltCallback and I'will send bytes from terminal, debugger stops at this callback and do...