UART in Interrupt mode Stuck??
Hello all,I'm using STM32 F103CBT6 MCU on a custom board where MAXRS485 is used. Rx and Tx of the Modbus chip is connected to USART1 on the MCU.To receive and Transmit data I'm using UART in interrupt mode. The program also has 8 GPIO interrupts on m...