Hello, I reckon what Bruce was referring to is that the array uartReceive[] and the variable uart_time_out are referenced by both ISRs which could cause an issue if one ISR interferes with one of the variables without the other one knowing. It would be best to have separate arrays and variables for both ISRs to work with. Best regards, Matt
↧