Tool/software:
SDK version:7.40.00.64
CCS version:12.7.0
After I first use UART_write to transmit the message, UART2_open will fail if the UART is turned off for 200ms and then turned on. I observed that the process failed after entering HwiP_disable(). Is it related to the ISR context call? If so, how should I solve it?